#CDC88C

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

Shades of Winter Hazel #CDC88C

Tints of Winter Hazel #CDC88C

Color information

#CDC88C (or 0xCDC88C) is unknown color: approx Winter Hazel. HEX triplet: CD, C8 and 8C. RGB value is (205,200,140). Sum of RGB (Red+Green+Blue) = 205+200+140=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC88C is #323773. Grayscale: #C2C2C2. Windows color (decimal): -3290996 or 9226445. OLE color: 9226445.

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

Color convert

RGB205200140-
CMYK00.020.320.20
HSL55.38º39.39%67.65%-
HSV(B)55.38º31.71%80.39%-
XYZ50.5656.1832.99-
YUV194.6697.16135.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 200 (78.52% from 255) = 36.70%
BLUE value IS 140 (55.08% from 255) = 25.69%
R=37.61%
G=36.70%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520014000.020.320.2055.3839.3967.65
HexCDC88C022014372744
Octal3153102140240246747104
Binary110011011100100010001100010100000101001101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC88C; }

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

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

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

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

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

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

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

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