#CDC88B

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

Shades of Winter Hazel #CDC88B

Tints of Winter Hazel #CDC88B

Color information

#CDC88B (or 0xCDC88B) is unknown color: approx Winter Hazel. HEX triplet: CD, C8 and 8B. RGB value is (205,200,139). Sum of RGB (Red+Green+Blue) = 205+200+139=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC88B is #323774. Grayscale: #C2C2C2. Windows color (decimal): -3290997 or 9160909. OLE color: 9160909.

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

Color convert

RGB205200139-
CMYK00.020.320.20
HSL55.45º39.76%67.45%-
HSV(B)55.45º32.2%80.39%-
XYZ50.4956.1532.6-
YUV194.5496.66135.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 200 (78.52% from 255) = 36.76%
BLUE value IS 139 (54.69% from 255) = 25.55%
R=37.68%
G=36.76%
B=25.55%

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
Decimal20520013900.020.320.2055.4539.7667.45
HexCDC88B022014372843
Octal3153102130240246750103
Binary110011011100100010001011010100000101001101111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC88B; }

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

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

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

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

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

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

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

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