#CDC387

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

Shades of Winter Hazel #CDC387

Tints of Winter Hazel #CDC387

Color information

#CDC387 (or 0xCDC387) is unknown color: approx Winter Hazel. HEX triplet: CD, C3 and 87. RGB value is (205,195,135). Sum of RGB (Red+Green+Blue) = 205+195+135=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC387 is #323C78. Grayscale: #BFBFBF. Windows color (decimal): -3292281 or 8897485. OLE color: 8897485.

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

Color convert

RGB205195135-
CMYK00.050.340.20
HSL51.43º41.18%66.67%-
HSV(B)51.43º34.15%80.39%-
XYZ49.0753.7630.71-
YUV191.1596.31137.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 135 (53.12% from 255) = 25.23%
R=38.32%
G=36.45%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519513500.050.340.2051.4341.1866.67
HexCDC387052214332943
Octal3153032070542246351103
Binary1100110111000011100001110101100010101001100111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC387; }

 p { color: rgb(205,195,135); }

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

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

 a { background-color: rgb(205,195,135); }

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

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

 span { border-color: rgb(205,195,135); }

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