Shades of Wild Willow #CCC954
Tints of Wild Willow #CCC954
RGB
CMYK
RGB Variations
Color information
#CCC954 (or 0xCCC954) is known color: Wild Willow. HEX triplet: CC, C9 and 54. RGB value is (204,201,84). Sum of RGB (Red+Green+Blue) = 204+201+84=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 84 (33.20% from 255 or 17.18% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC954 is #3336AB. Grayscale: #BDBDBD. Windows color (decimal): -3356332 or 5556684. OLE color: 5556684.
HSL color Cylindrical-coordinate representation of color #CCC954: hue angle of 58.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCC954 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 84 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.2 |
| HSL | 58.5º | 0.54% | 0.56% | - |
| HSV(B) | 58.5º | 0.59% | 0.8% | - |
| XYZ | 47.39 | 55.25 | 16.55 | - |
| YUV | 188.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 84 | 0 | 0.01 | 0.59 | 0.2 | 58.5 | 0.54 | 0.56 |
| Hex | CC | C9 | 54 | 0 | 1 | 3B | 14 | 3A | 36 | 38 |
| Octal | 314 | 311 | 124 | 0 | 1 | 73 | 24 | 72 | 66 | 70 |
| Binary | 11001100 | 11001001 | 1010100 | 0 | 1 | 111011 | 10100 | 111010 | 110110 | 111000 |
Color Harmonies of #CCC954
Complementary color
Monochromatic Colors of #CCC954
Black with #CCC954
Text Example
Text Example
White with #CCC954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC954; }
p { color: rgb(204,201,84); }
H1.HeaderClassName
{
color: #CCC954;
}
.AnyTagClassName
{
color: #CCC954;
}
</style>
background-color css
<style>
a { background-color: #CCC954; }
a { background-color: rgb(204,201,84); }
div.DivClassName
{
background-color: #CCC954;
}
.BgClassName
{
background-color: #CCC954;
}
</style>
border-color css
<style>
span { border-color: #CCC954; }
span { border-color: rgb(204,201,84); }
td.TdClassName
{
border-color: #CCC954;
}
.TagClassName
{
border-color: #CCC954;
}
</style>