Shades of Winter Hazel #CDC58B
Tints of Winter Hazel #CDC58B
RGB
CMYK
RGB Variations
Color information
#CDC58B (or 0xCDC58B) is known color: Winter Hazel. HEX triplet: CD, C5 and 8B. RGB value is (205,197,139). Sum of RGB (Red+Green+Blue) = 205+197+139=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC58B is #323A74. Grayscale: #C1C1C1. Windows color (decimal): -3291765 or 9160141. OLE color: 9160141.
HSL color Cylindrical-coordinate representation of color #CDC58B: hue angle of 52.73º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDC58B is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 139 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.20 |
| HSL | 52.73º | 0.4% | 0.67% | - |
| HSV(B) | 52.73º | 0.32% | 0.8% | - |
| XYZ | 49.8 | 54.78 | 32.37 | - |
| YUV | 192.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 139 | 0 | 0.04 | 0.32 | 0.20 | 52.73 | 0.4 | 0.67 |
| Hex | CD | C5 | 8B | 0 | 4 | 20 | 14 | 35 | 28 | 43 |
| Octal | 315 | 305 | 213 | 0 | 4 | 40 | 24 | 65 | 50 | 103 |
| Binary | 11001101 | 11000101 | 10001011 | 0 | 100 | 100000 | 10100 | 110101 | 101000 | 1000011 |
Color Harmonies of #CDC58B
Complementary color
Monochromatic Colors of #CDC58B
Black with #CDC58B
Text Example
Text Example
White with #CDC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC58B; }
p { color: rgb(205,197,139); }
H1.HeaderClassName
{
color: #CDC58B;
}
.AnyTagClassName
{
color: #CDC58B;
}
</style>
background-color css
<style>
a { background-color: #CDC58B; }
a { background-color: rgb(205,197,139); }
div.DivClassName
{
background-color: #CDC58B;
}
.BgClassName
{
background-color: #CDC58B;
}
</style>
border-color css
<style>
span { border-color: #CDC58B; }
span { border-color: rgb(205,197,139); }
td.TdClassName
{
border-color: #CDC58B;
}
.TagClassName
{
border-color: #CDC58B;
}
</style>