#CDC08A

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

Shades of Winter Hazel #CDC08A

Tints of Winter Hazel #CDC08A

Color information

#CDC08A (or 0xCDC08A) is unknown color: approx Winter Hazel. HEX triplet: CD, C0 and 8A. RGB value is (205,192,138). Sum of RGB (Red+Green+Blue) = 205+192+138=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC08A is #323F75. Grayscale: #BDBDBD. Windows color (decimal): -3293046 or 9093325. OLE color: 9093325.

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

Color convert

RGB205192138-
CMYK00.060.330.20
HSL48.36º40.12%67.25%-
HSV(B)48.36º32.68%80.39%-
XYZ48.6152.5131.62-
YUV189.7398.81138.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=38.32%
G=35.89%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519213800.060.330.2048.3640.1267.25
HexCDC08A062114302843
Octal3153002120641246050103
Binary1100110111000000100010100110100001101001100001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC08A; }

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

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

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

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

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

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

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

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