Shades of Winter Hazel #CDC77B
Tints of Winter Hazel #CDC77B
RGB
CMYK
RGB Variations
Color information
#CDC77B (or 0xCDC77B) is known color: Winter Hazel. HEX triplet: CD, C7 and 7B. RGB value is (205,199,123). Sum of RGB (Red+Green+Blue) = 205+199+123=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC77B is #323884. Grayscale: #C0C0C0. Windows color (decimal): -3291269 or 8112077. OLE color: 8112077.
HSL color Cylindrical-coordinate representation of color #CDC77B: hue angle of 55.61º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDC77B is Cyan = 0, Magento = 0.03, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 123 | - |
| CMYK | 0 | 0.03 | 0.4 | 0.20 |
| HSL | 55.61º | 0.45% | 0.64% | - |
| HSV(B) | 55.61º | 0.4% | 0.8% | - |
| XYZ | 49.18 | 55.26 | 26.81 | - |
| YUV | 192.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 123 | 0 | 0.03 | 0.4 | 0.20 | 55.61 | 0.45 | 0.64 |
| Hex | CD | C7 | 7B | 0 | 3 | 28 | 14 | 38 | 2D | 40 |
| Octal | 315 | 307 | 173 | 0 | 3 | 50 | 24 | 70 | 55 | 100 |
| Binary | 11001101 | 11000111 | 1111011 | 0 | 11 | 101000 | 10100 | 111000 | 101101 | 1000000 |
Color Harmonies of #CDC77B
Complementary color
Monochromatic Colors of #CDC77B
Black with #CDC77B
Text Example
Text Example
White with #CDC77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC77B; }
p { color: rgb(205,199,123); }
H1.HeaderClassName
{
color: #CDC77B;
}
.AnyTagClassName
{
color: #CDC77B;
}
</style>
background-color css
<style>
a { background-color: #CDC77B; }
a { background-color: rgb(205,199,123); }
div.DivClassName
{
background-color: #CDC77B;
}
.BgClassName
{
background-color: #CDC77B;
}
</style>
border-color css
<style>
span { border-color: #CDC77B; }
span { border-color: rgb(205,199,123); }
td.TdClassName
{
border-color: #CDC77B;
}
.TagClassName
{
border-color: #CDC77B;
}
</style>