Shades of Winter Hazel #CDC08D
Tints of Winter Hazel #CDC08D
RGB
CMYK
RGB Variations
Color information
#CDC08D (or 0xCDC08D) is known color: 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
| RGB | 205 | 192 | 141 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.20 |
| HSL | 47.81º | 0.39% | 0.68% | - |
| HSV(B) | 47.81º | 0.31% | 0.8% | - |
| XYZ | 48.83 | 52.6 | 32.78 | - |
| YUV | 190.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 141 | 0 | 0.06 | 0.31 | 0.20 | 47.81 | 0.39 | 0.68 |
| Hex | CD | C0 | 8D | 0 | 6 | 1F | 14 | 30 | 27 | 44 |
| Octal | 315 | 300 | 215 | 0 | 6 | 37 | 24 | 60 | 47 | 104 |
| Binary | 11001101 | 11000000 | 10001101 | 0 | 110 | 11111 | 10100 | 110000 | 100111 | 1000100 |
Color Harmonies of #CDC08D
Complementary color
Monochromatic Colors of #CDC08D
Black with #CDC08D
Text Example
Text Example
White with #CDC08D
Text Example
Text Example
HTML Codes & Css Web 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>