Shades of Winter Hazel #CDC08A
Tints of Winter Hazel #CDC08A
RGB
CMYK
RGB Variations
Color information
#CDC08A (or 0xCDC08A) is known color: 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
| RGB | 205 | 192 | 138 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.20 |
| HSL | 48.36º | 0.4% | 0.67% | - |
| HSV(B) | 48.36º | 0.33% | 0.8% | - |
| XYZ | 48.61 | 52.51 | 31.62 | - |
| YUV | 189.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 138 | 0 | 0.06 | 0.33 | 0.20 | 48.36 | 0.4 | 0.67 |
| Hex | CD | C0 | 8A | 0 | 6 | 21 | 14 | 30 | 28 | 43 |
| Octal | 315 | 300 | 212 | 0 | 6 | 41 | 24 | 60 | 50 | 103 |
| Binary | 11001101 | 11000000 | 10001010 | 0 | 110 | 100001 | 10100 | 110000 | 101000 | 1000011 |
Color Harmonies of #CDC08A
Complementary color
Monochromatic Colors of #CDC08A
Black with #CDC08A
Text Example
Text Example
White with #CDC08A
Text Example
Text Example
HTML Codes & Css Web 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>