Shades of Wild Willow #CCCC58
Tints of Wild Willow #CCCC58
RGB
CMYK
RGB Variations
Color information
#CCCC58 (or 0xCCCC58) is known color: Wild Willow. HEX triplet: CC, CC and 58. RGB value is (204,204,88). Sum of RGB (Red+Green+Blue) = 204+204+88=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC58 is #3333A7. Grayscale: #BFBFBF. Windows color (decimal): -3355560 or 5819596. OLE color: 5819596.
HSL color Cylindrical-coordinate representation of color #CCCC58: hue angle of 60º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCCC58 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 88 | - |
| CMYK | 0 | 0 | 0.57 | 0.2 |
| HSL | 60º | 0.53% | 0.57% | - |
| HSV(B) | 60º | 0.57% | 0.8% | - |
| XYZ | 48.26 | 56.73 | 17.64 | - |
| YUV | 190.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 88 | 0 | 0 | 0.57 | 0.2 | 60 | 0.53 | 0.57 |
| Hex | CC | CC | 58 | 0 | 0 | 39 | 14 | 3C | 35 | 39 |
| Octal | 314 | 314 | 130 | 0 | 0 | 71 | 24 | 74 | 65 | 71 |
| Binary | 11001100 | 11001100 | 1011000 | 0 | 0 | 111001 | 10100 | 111100 | 110101 | 111001 |
Color Harmonies of #CCCC58
Complementary color
Monochromatic Colors of #CCCC58
Black with #CCCC58
Text Example
Text Example
White with #CCCC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC58; }
p { color: rgb(204,204,88); }
H1.HeaderClassName
{
color: #CCCC58;
}
.AnyTagClassName
{
color: #CCCC58;
}
</style>
background-color css
<style>
a { background-color: #CCCC58; }
a { background-color: rgb(204,204,88); }
div.DivClassName
{
background-color: #CCCC58;
}
.BgClassName
{
background-color: #CCCC58;
}
</style>
border-color css
<style>
span { border-color: #CCCC58; }
span { border-color: rgb(204,204,88); }
td.TdClassName
{
border-color: #CCCC58;
}
.TagClassName
{
border-color: #CCCC58;
}
</style>