Shades of Winter Hazel #CDC57B
Tints of Winter Hazel #CDC57B
RGB
CMYK
RGB Variations
Color information
#CDC57B (or 0xCDC57B) is known color: Winter Hazel. HEX triplet: CD, C5 and 7B. RGB value is (205,197,123). Sum of RGB (Red+Green+Blue) = 205+197+123=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC57B is #323A84. Grayscale: #BFBFBF. Windows color (decimal): -3291781 or 8111565. OLE color: 8111565.
HSL color Cylindrical-coordinate representation of color #CDC57B: hue angle of 54.15º 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 #CDC57B is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 123 | - |
| CMYK | 0 | 0.04 | 0.4 | 0.20 |
| HSL | 54.15º | 0.45% | 0.64% | - |
| HSV(B) | 54.15º | 0.4% | 0.8% | - |
| XYZ | 48.72 | 54.34 | 26.66 | - |
| YUV | 190.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 123 | 0 | 0.04 | 0.4 | 0.20 | 54.15 | 0.45 | 0.64 |
| Hex | CD | C5 | 7B | 0 | 4 | 28 | 14 | 36 | 2D | 40 |
| Octal | 315 | 305 | 173 | 0 | 4 | 50 | 24 | 66 | 55 | 100 |
| Binary | 11001101 | 11000101 | 1111011 | 0 | 100 | 101000 | 10100 | 110110 | 101101 | 1000000 |
Color Harmonies of #CDC57B
Complementary color
Monochromatic Colors of #CDC57B
Black with #CDC57B
Text Example
Text Example
White with #CDC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC57B; }
p { color: rgb(205,197,123); }
H1.HeaderClassName
{
color: #CDC57B;
}
.AnyTagClassName
{
color: #CDC57B;
}
</style>
background-color css
<style>
a { background-color: #CDC57B; }
a { background-color: rgb(205,197,123); }
div.DivClassName
{
background-color: #CDC57B;
}
.BgClassName
{
background-color: #CDC57B;
}
</style>
border-color css
<style>
span { border-color: #CDC57B; }
span { border-color: rgb(205,197,123); }
td.TdClassName
{
border-color: #CDC57B;
}
.TagClassName
{
border-color: #CDC57B;
}
</style>