Shades of Winter Hazel #CCC37D
Tints of Winter Hazel #CCC37D
RGB
CMYK
RGB Variations
Color information
#CCC37D (or 0xCCC37D) is known color: Winter Hazel. HEX triplet: CC, C3 and 7D. RGB value is (204,195,125). Sum of RGB (Red+Green+Blue) = 204+195+125=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC37D is #333C82. Grayscale: #BEBEBE. Windows color (decimal): -3357827 or 8242124. OLE color: 8242124.
HSL color Cylindrical-coordinate representation of color #CCC37D: hue angle of 53.16º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCC37D is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 125 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.2 |
| HSL | 53.16º | 0.44% | 0.65% | - |
| HSV(B) | 53.16º | 0.39% | 0.8% | - |
| XYZ | 48.12 | 53.35 | 27.16 | - |
| YUV | 189.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 125 | 0 | 0.04 | 0.39 | 0.2 | 53.16 | 0.44 | 0.65 |
| Hex | CC | C3 | 7D | 0 | 4 | 27 | 14 | 35 | 2C | 41 |
| Octal | 314 | 303 | 175 | 0 | 4 | 47 | 24 | 65 | 54 | 101 |
| Binary | 11001100 | 11000011 | 1111101 | 0 | 100 | 100111 | 10100 | 110101 | 101100 | 1000001 |
Color Harmonies of #CCC37D
Complementary color
Monochromatic Colors of #CCC37D
Black with #CCC37D
Text Example
Text Example
White with #CCC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC37D; }
p { color: rgb(204,195,125); }
H1.HeaderClassName
{
color: #CCC37D;
}
.AnyTagClassName
{
color: #CCC37D;
}
</style>
background-color css
<style>
a { background-color: #CCC37D; }
a { background-color: rgb(204,195,125); }
div.DivClassName
{
background-color: #CCC37D;
}
.BgClassName
{
background-color: #CCC37D;
}
</style>
border-color css
<style>
span { border-color: #CCC37D; }
span { border-color: rgb(204,195,125); }
td.TdClassName
{
border-color: #CCC37D;
}
.TagClassName
{
border-color: #CCC37D;
}
</style>