#CDC08D

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

Shades of Winter Hazel #CDC08D

Tints of Winter Hazel #CDC08D

Color information

#CDC08D (or 0xCDC08D) is unknown color: approx Winter Hazel. HEX triplet: CD, C0 and 8D. RGB value is (205,192,141). Sum of RGB (Red+Green+Blue) = 205+192+141=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC08D is #323F72. Grayscale: #BEBEBE. Windows color (decimal): -3293043 or 9289933. OLE color: 9289933.

HSL color Cylindrical-coordinate representation of color #CDC08D: hue angle of 47.81º 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 #CDC08D is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB205192141-
CMYK00.060.310.20
HSL47.81º39.02%67.84%-
HSV(B)47.81º31.22%80.39%-
XYZ48.8352.632.78-
YUV190.07100.31138.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=38.10%
G=35.69%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519214100.060.310.2047.8139.0267.84
HexCDC08D061F14302744
Octal3153002150637246047104
Binary110011011100000010001101011011111101001100001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC08D; }

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

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

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

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

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

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

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

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