Shades of Winter Hazel #CDC67D
Tints of Winter Hazel #CDC67D
RGB
CMYK
RGB Variations
Color information
#CDC67D (or 0xCDC67D) is known color: Winter Hazel. HEX triplet: CD, C6 and 7D. RGB value is (205,198,125). Sum of RGB (Red+Green+Blue) = 205+198+125=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC67D is #323982. Grayscale: #C0C0C0. Windows color (decimal): -3291523 or 8242893. OLE color: 8242893.
HSL color Cylindrical-coordinate representation of color #CDC67D: hue angle of 54.75º 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 #CDC67D is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 125 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.20 |
| HSL | 54.75º | 0.44% | 0.65% | - |
| HSV(B) | 54.75º | 0.39% | 0.8% | - |
| XYZ | 49.07 | 54.85 | 27.4 | - |
| YUV | 191.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 125 | 0 | 0.03 | 0.39 | 0.20 | 54.75 | 0.44 | 0.65 |
| Hex | CD | C6 | 7D | 0 | 3 | 27 | 14 | 37 | 2C | 41 |
| Octal | 315 | 306 | 175 | 0 | 3 | 47 | 24 | 67 | 54 | 101 |
| Binary | 11001101 | 11000110 | 1111101 | 0 | 11 | 100111 | 10100 | 110111 | 101100 | 1000001 |
Color Harmonies of #CDC67D
Complementary color
Monochromatic Colors of #CDC67D
Black with #CDC67D
Text Example
Text Example
White with #CDC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC67D; }
p { color: rgb(205,198,125); }
H1.HeaderClassName
{
color: #CDC67D;
}
.AnyTagClassName
{
color: #CDC67D;
}
</style>
background-color css
<style>
a { background-color: #CDC67D; }
a { background-color: rgb(205,198,125); }
div.DivClassName
{
background-color: #CDC67D;
}
.BgClassName
{
background-color: #CDC67D;
}
</style>
border-color css
<style>
span { border-color: #CDC67D; }
span { border-color: rgb(205,198,125); }
td.TdClassName
{
border-color: #CDC67D;
}
.TagClassName
{
border-color: #CDC67D;
}
</style>