Shades of Wild Willow #CCC967
Tints of Wild Willow #CCC967
RGB
CMYK
RGB Variations
Color information
#CCC967 (or 0xCCC967) is known color: Wild Willow. HEX triplet: CC, C9 and 67. RGB value is (204,201,103). Sum of RGB (Red+Green+Blue) = 204+201+103=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 103 (40.62% from 255 or 20.28% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC967 is #333698. Grayscale: #BFBFBF. Windows color (decimal): -3356313 or 6801868. OLE color: 6801868.
HSL color Cylindrical-coordinate representation of color #CCC967: hue angle of 58.22º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCC967 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 103 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.2 |
| HSL | 58.22º | 0.5% | 0.6% | - |
| HSV(B) | 58.22º | 0.5% | 0.8% | - |
| XYZ | 48.24 | 55.59 | 21.02 | - |
| YUV | 190.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 103 | 0 | 0.01 | 0.50 | 0.2 | 58.22 | 0.5 | 0.6 |
| Hex | CC | C9 | 67 | 0 | 1 | 32 | 14 | 3A | 32 | 3C |
| Octal | 314 | 311 | 147 | 0 | 1 | 62 | 24 | 72 | 62 | 74 |
| Binary | 11001100 | 11001001 | 1100111 | 0 | 1 | 110010 | 10100 | 111010 | 110010 | 111100 |
Color Harmonies of #CCC967
Complementary color
Monochromatic Colors of #CCC967
Black with #CCC967
Text Example
Text Example
White with #CCC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC967; }
p { color: rgb(204,201,103); }
H1.HeaderClassName
{
color: #CCC967;
}
.AnyTagClassName
{
color: #CCC967;
}
</style>
background-color css
<style>
a { background-color: #CCC967; }
a { background-color: rgb(204,201,103); }
div.DivClassName
{
background-color: #CCC967;
}
.BgClassName
{
background-color: #CCC967;
}
</style>
border-color css
<style>
span { border-color: #CCC967; }
span { border-color: rgb(204,201,103); }
td.TdClassName
{
border-color: #CCC967;
}
.TagClassName
{
border-color: #CCC967;
}
</style>