Shades of Winter Hazel #CDC67E
Tints of Winter Hazel #CDC67E
RGB
CMYK
RGB Variations
Color information
#CDC67E (or 0xCDC67E) is known color: Winter Hazel. HEX triplet: CD, C6 and 7E. RGB value is (205,198,126). Sum of RGB (Red+Green+Blue) = 205+198+126=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC67E is #323981. Grayscale: #C0C0C0. Windows color (decimal): -3291522 or 8308429. OLE color: 8308429.
HSL color Cylindrical-coordinate representation of color #CDC67E: hue angle of 54.68º 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 #CDC67E is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 126 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.20 |
| HSL | 54.68º | 0.44% | 0.65% | - |
| HSV(B) | 54.68º | 0.39% | 0.8% | - |
| XYZ | 49.14 | 54.87 | 27.74 | - |
| YUV | 191.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 126 | 0 | 0.03 | 0.39 | 0.20 | 54.68 | 0.44 | 0.65 |
| Hex | CD | C6 | 7E | 0 | 3 | 27 | 14 | 37 | 2C | 41 |
| Octal | 315 | 306 | 176 | 0 | 3 | 47 | 24 | 67 | 54 | 101 |
| Binary | 11001101 | 11000110 | 1111110 | 0 | 11 | 100111 | 10100 | 110111 | 101100 | 1000001 |
Color Harmonies of #CDC67E
Complementary color
Monochromatic Colors of #CDC67E
Black with #CDC67E
Text Example
Text Example
White with #CDC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC67E; }
p { color: rgb(205,198,126); }
H1.HeaderClassName
{
color: #CDC67E;
}
.AnyTagClassName
{
color: #CDC67E;
}
</style>
background-color css
<style>
a { background-color: #CDC67E; }
a { background-color: rgb(205,198,126); }
div.DivClassName
{
background-color: #CDC67E;
}
.BgClassName
{
background-color: #CDC67E;
}
</style>
border-color css
<style>
span { border-color: #CDC67E; }
span { border-color: rgb(205,198,126); }
td.TdClassName
{
border-color: #CDC67E;
}
.TagClassName
{
border-color: #CDC67E;
}
</style>