Shades of Winter Hazel #CDC375
Tints of Winter Hazel #CDC375
RGB
CMYK
RGB Variations
Color information
#CDC375 (or 0xCDC375) is known color: Winter Hazel. HEX triplet: CD, C3 and 75. RGB value is (205,195,117). Sum of RGB (Red+Green+Blue) = 205+195+117=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC375 is #323C8A. Grayscale: #BDBDBD. Windows color (decimal): -3292299 or 7717837. OLE color: 7717837.
HSL color Cylindrical-coordinate representation of color #CDC375: hue angle of 53.18º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDC375 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 117 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.20 |
| HSL | 53.18º | 0.47% | 0.63% | - |
| HSV(B) | 53.18º | 0.43% | 0.8% | - |
| XYZ | 47.9 | 53.29 | 24.59 | - |
| YUV | 189.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 117 | 0 | 0.05 | 0.43 | 0.20 | 53.18 | 0.47 | 0.63 |
| Hex | CD | C3 | 75 | 0 | 5 | 2B | 14 | 35 | 2F | 3F |
| Octal | 315 | 303 | 165 | 0 | 5 | 53 | 24 | 65 | 57 | 77 |
| Binary | 11001101 | 11000011 | 1110101 | 0 | 101 | 101011 | 10100 | 110101 | 101111 | 111111 |
Color Harmonies of #CDC375
Complementary color
Monochromatic Colors of #CDC375
Black with #CDC375
Text Example
Text Example
White with #CDC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC375; }
p { color: rgb(205,195,117); }
H1.HeaderClassName
{
color: #CDC375;
}
.AnyTagClassName
{
color: #CDC375;
}
</style>
background-color css
<style>
a { background-color: #CDC375; }
a { background-color: rgb(205,195,117); }
div.DivClassName
{
background-color: #CDC375;
}
.BgClassName
{
background-color: #CDC375;
}
</style>
border-color css
<style>
span { border-color: #CDC375; }
span { border-color: rgb(205,195,117); }
td.TdClassName
{
border-color: #CDC375;
}
.TagClassName
{
border-color: #CDC375;
}
</style>