Shades of Winter Hazel #CDC07D
Tints of Winter Hazel #CDC07D
RGB
CMYK
RGB Variations
Color information
#CDC07D (or 0xCDC07D) is known color: Winter Hazel. HEX triplet: CD, C0 and 7D. RGB value is (205,192,125). Sum of RGB (Red+Green+Blue) = 205+192+125=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC07D is #323F82. Grayscale: #BCBCBC. Windows color (decimal): -3293059 or 8241357. OLE color: 8241357.
HSL color Cylindrical-coordinate representation of color #CDC07D: hue angle of 50.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDC07D is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 125 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.20 |
| HSL | 50.25º | 0.44% | 0.65% | - |
| HSV(B) | 50.25º | 0.39% | 0.8% | - |
| XYZ | 47.73 | 52.16 | 26.95 | - |
| YUV | 188.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 125 | 0 | 0.06 | 0.39 | 0.20 | 50.25 | 0.44 | 0.65 |
| Hex | CD | C0 | 7D | 0 | 6 | 27 | 14 | 32 | 2C | 41 |
| Octal | 315 | 300 | 175 | 0 | 6 | 47 | 24 | 62 | 54 | 101 |
| Binary | 11001101 | 11000000 | 1111101 | 0 | 110 | 100111 | 10100 | 110010 | 101100 | 1000001 |
Color Harmonies of #CDC07D
Complementary color
Monochromatic Colors of #CDC07D
Black with #CDC07D
Text Example
Text Example
White with #CDC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC07D; }
p { color: rgb(205,192,125); }
H1.HeaderClassName
{
color: #CDC07D;
}
.AnyTagClassName
{
color: #CDC07D;
}
</style>
background-color css
<style>
a { background-color: #CDC07D; }
a { background-color: rgb(205,192,125); }
div.DivClassName
{
background-color: #CDC07D;
}
.BgClassName
{
background-color: #CDC07D;
}
</style>
border-color css
<style>
span { border-color: #CDC07D; }
span { border-color: rgb(205,192,125); }
td.TdClassName
{
border-color: #CDC07D;
}
.TagClassName
{
border-color: #CDC07D;
}
</style>