#CDC88D

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

Shades of Winter Hazel #CDC88D

Tints of Winter Hazel #CDC88D

Color information

#CDC88D (or 0xCDC88D) is unknown color: approx Winter Hazel. HEX triplet: CD, C8 and 8D. RGB value is (205,200,141). Sum of RGB (Red+Green+Blue) = 205+200+141=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC88D is #323772. Grayscale: #C3C3C3. Windows color (decimal): -3290995 or 9291981. OLE color: 9291981.

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

Color convert

RGB205200141-
CMYK00.020.310.20
HSL55.31º39.02%67.84%-
HSV(B)55.31º31.22%80.39%-
XYZ50.6456.2133.38-
YUV194.7797.66135.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 141 (55.47% from 255) = 25.82%
R=37.55%
G=36.63%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520014100.020.310.2055.3139.0267.84
HexCDC88D021F14372744
Octal3153102150237246747104
Binary11001101110010001000110101011111101001101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC88D; }

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

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

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

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

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

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

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

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