Shades of Winter Hazel #CDC374
Tints of Winter Hazel #CDC374
RGB
CMYK
RGB Variations
Color information
#CDC374 (or 0xCDC374) is known color: Winter Hazel. HEX triplet: CD, C3 and 74. RGB value is (205,195,116). Sum of RGB (Red+Green+Blue) = 205+195+116=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC374 is #323C8B. Grayscale: #BDBDBD. Windows color (decimal): -3292300 or 7652301. OLE color: 7652301.
HSL color Cylindrical-coordinate representation of color #CDC374: hue angle of 53.26º 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 #CDC374 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 116 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.20 |
| HSL | 53.26º | 0.47% | 0.63% | - |
| HSV(B) | 53.26º | 0.43% | 0.8% | - |
| XYZ | 47.84 | 53.27 | 24.28 | - |
| YUV | 188.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 116 | 0 | 0.05 | 0.43 | 0.20 | 53.26 | 0.47 | 0.63 |
| Hex | CD | C3 | 74 | 0 | 5 | 2B | 14 | 35 | 2F | 3F |
| Octal | 315 | 303 | 164 | 0 | 5 | 53 | 24 | 65 | 57 | 77 |
| Binary | 11001101 | 11000011 | 1110100 | 0 | 101 | 101011 | 10100 | 110101 | 101111 | 111111 |
Color Harmonies of #CDC374
Complementary color
Monochromatic Colors of #CDC374
Black with #CDC374
Text Example
Text Example
White with #CDC374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC374; }
p { color: rgb(205,195,116); }
H1.HeaderClassName
{
color: #CDC374;
}
.AnyTagClassName
{
color: #CDC374;
}
</style>
background-color css
<style>
a { background-color: #CDC374; }
a { background-color: rgb(205,195,116); }
div.DivClassName
{
background-color: #CDC374;
}
.BgClassName
{
background-color: #CDC374;
}
</style>
border-color css
<style>
span { border-color: #CDC374; }
span { border-color: rgb(205,195,116); }
td.TdClassName
{
border-color: #CDC374;
}
.TagClassName
{
border-color: #CDC374;
}
</style>