#CDC82F

Color #CDC82F Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CDC82F

Tints of Barberry #CDC82F

Color information

#CDC82F (or 0xCDC82F) is unknown color: approx Barberry. HEX triplet: CD, C8 and 2F. RGB value is (205,200,47). Sum of RGB (Red+Green+Blue) = 205+200+47=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC82F is #3237D0. Grayscale: #B8B8B8. Windows color (decimal): -3291089 or 3131597. OLE color: 3131597.

HSL color Cylindrical-coordinate representation of color #CDC82F: hue angle of 58.1º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDC82F is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB20520047-
CMYK00.020.770.20
HSL58.1º62.7%49.41%-
HSV(B)58.1º77.07%80.39%-
XYZ46.3454.4910.76-
YUV184.0550.66142.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 200 (78.52% from 255) = 44.25%
BLUE value IS 47 (18.75% from 255) = 10.40%
R=45.35%
G=44.25%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052004700.020.770.2058.162.749.41
HexCDC82F024D143a3f31
Octal315310570211524727761
Binary1100110111001000101111010100110110100111010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC82F; }

 p { color: rgb(205,200,47); }

 H1.HeaderClassName
 {
   color: #CDC82F;
 }
 .AnyTagClassName
 {
   color: #CDC82F;
 }
</style>
background-color css

<style>
 a { background-color: #CDC82F; }

 a { background-color: rgb(205,200,47); }

 div.DivClassName
 {
   background-color: #CDC82F;
 }
 .BgClassName
 {
   background-color: #CDC82F;
 }
</style>
border-color css

<style>
 span { border-color: #CDC82F; }

 span { border-color: rgb(205,200,47); }

 td.TdClassName
 {
   border-color: #CDC82F;
 }
 .TagClassName
 {
   border-color: #CDC82F;
 }
</style>