Shades of Wild Willow #CCCC5A
Tints of Wild Willow #CCCC5A
RGB
CMYK
RGB Variations
Color information
#CCCC5A (or 0xCCCC5A) is known color: Wild Willow. HEX triplet: CC, CC and 5A. RGB value is (204,204,90). Sum of RGB (Red+Green+Blue) = 204+204+90=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC5A is #3333A5. Grayscale: #BFBFBF. Windows color (decimal): -3355558 or 5950668. OLE color: 5950668.
HSL color Cylindrical-coordinate representation of color #CCCC5A: hue angle of 60º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCCC5A is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 90 | - |
| CMYK | 0 | 0 | 0.56 | 0.2 |
| HSL | 60º | 0.53% | 0.58% | - |
| HSV(B) | 60º | 0.56% | 0.8% | - |
| XYZ | 48.34 | 56.76 | 18.08 | - |
| YUV | 191 | 71 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 90 | 0 | 0 | 0.56 | 0.2 | 60 | 0.53 | 0.58 |
| Hex | CC | CC | 5A | 0 | 0 | 38 | 14 | 3C | 35 | 3A |
| Octal | 314 | 314 | 132 | 0 | 0 | 70 | 24 | 74 | 65 | 72 |
| Binary | 11001100 | 11001100 | 1011010 | 0 | 0 | 111000 | 10100 | 111100 | 110101 | 111010 |
Color Harmonies of #CCCC5A
Complementary color
Monochromatic Colors of #CCCC5A
Black with #CCCC5A
Text Example
Text Example
White with #CCCC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC5A; }
p { color: rgb(204,204,90); }
H1.HeaderClassName
{
color: #CCCC5A;
}
.AnyTagClassName
{
color: #CCCC5A;
}
</style>
background-color css
<style>
a { background-color: #CCCC5A; }
a { background-color: rgb(204,204,90); }
div.DivClassName
{
background-color: #CCCC5A;
}
.BgClassName
{
background-color: #CCCC5A;
}
</style>
border-color css
<style>
span { border-color: #CCCC5A; }
span { border-color: rgb(204,204,90); }
td.TdClassName
{
border-color: #CCCC5A;
}
.TagClassName
{
border-color: #CCCC5A;
}
</style>