#CDC87F

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

Shades of Winter Hazel #CDC87F

Tints of Winter Hazel #CDC87F

Color information

#CDC87F (or 0xCDC87F) is unknown color: approx Winter Hazel. HEX triplet: CD, C8 and 7F. RGB value is (205,200,127). Sum of RGB (Red+Green+Blue) = 205+200+127=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC87F is #323780. Grayscale: #C1C1C1. Windows color (decimal): -3291009 or 8374477. OLE color: 8374477.

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

Color convert

RGB205200127-
CMYK00.020.380.20
HSL56.15º43.82%65.1%-
HSV(B)56.15º38.05%80.39%-
XYZ49.6655.8228.24-
YUV193.1790.66136.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 200 (78.52% from 255) = 37.59%
BLUE value IS 127 (50% from 255) = 23.87%
R=38.53%
G=37.59%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520012700.020.380.2056.1543.8265.1
HexCDC87F022614382c41
Octal3153101770246247054101
Binary11001101110010001111111010100110101001110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC87F; }

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

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

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

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

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

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

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

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