Shades of Winter Hazel #CCC67D
Tints of Winter Hazel #CCC67D
RGB
CMYK
RGB Variations
Color information
#CCC67D (or 0xCCC67D) is known color: Winter Hazel. HEX triplet: CC, C6 and 7D. RGB value is (204,198,125). Sum of RGB (Red+Green+Blue) = 204+198+125=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC67D is #333982. Grayscale: #BFBFBF. Windows color (decimal): -3357059 or 8242892. OLE color: 8242892.
HSL color Cylindrical-coordinate representation of color #CCC67D: hue angle of 55.44º 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 #CCC67D is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 125 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.2 |
| HSL | 55.44º | 0.44% | 0.65% | - |
| HSV(B) | 55.44º | 0.39% | 0.8% | - |
| XYZ | 48.8 | 54.71 | 27.39 | - |
| YUV | 191.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 125 | 0 | 0.03 | 0.39 | 0.2 | 55.44 | 0.44 | 0.65 |
| Hex | CC | C6 | 7D | 0 | 3 | 27 | 14 | 37 | 2C | 41 |
| Octal | 314 | 306 | 175 | 0 | 3 | 47 | 24 | 67 | 54 | 101 |
| Binary | 11001100 | 11000110 | 1111101 | 0 | 11 | 100111 | 10100 | 110111 | 101100 | 1000001 |
Color Harmonies of #CCC67D
Complementary color
Monochromatic Colors of #CCC67D
Black with #CCC67D
Text Example
Text Example
White with #CCC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC67D; }
p { color: rgb(204,198,125); }
H1.HeaderClassName
{
color: #CCC67D;
}
.AnyTagClassName
{
color: #CCC67D;
}
</style>
background-color css
<style>
a { background-color: #CCC67D; }
a { background-color: rgb(204,198,125); }
div.DivClassName
{
background-color: #CCC67D;
}
.BgClassName
{
background-color: #CCC67D;
}
</style>
border-color css
<style>
span { border-color: #CCC67D; }
span { border-color: rgb(204,198,125); }
td.TdClassName
{
border-color: #CCC67D;
}
.TagClassName
{
border-color: #CCC67D;
}
</style>