Shades of Wild Willow #CCCC53
Tints of Wild Willow #CCCC53
RGB
CMYK
RGB Variations
Color information
#CCCC53 (or 0xCCCC53) is known color: Wild Willow. HEX triplet: CC, CC and 53. RGB value is (204,204,83). Sum of RGB (Red+Green+Blue) = 204+204+83=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC53 is #3333AC. Grayscale: #BEBEBE. Windows color (decimal): -3355565 or 5491916. OLE color: 5491916.
HSL color Cylindrical-coordinate representation of color #CCCC53: hue angle of 60º 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 #CCCC53 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 83 | - |
| CMYK | 0 | 0 | 0.59 | 0.2 |
| HSL | 60º | 0.54% | 0.56% | - |
| HSV(B) | 60º | 0.59% | 0.8% | - |
| XYZ | 48.06 | 56.65 | 16.58 | - |
| YUV | 190.21 | 67.5 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 83 | 0 | 0 | 0.59 | 0.2 | 60 | 0.54 | 0.56 |
| Hex | CC | CC | 53 | 0 | 0 | 3B | 14 | 3C | 36 | 38 |
| Octal | 314 | 314 | 123 | 0 | 0 | 73 | 24 | 74 | 66 | 70 |
| Binary | 11001100 | 11001100 | 1010011 | 0 | 0 | 111011 | 10100 | 111100 | 110110 | 111000 |
Color Harmonies of #CCCC53
Complementary color
Monochromatic Colors of #CCCC53
Black with #CCCC53
Text Example
Text Example
White with #CCCC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC53; }
p { color: rgb(204,204,83); }
H1.HeaderClassName
{
color: #CCCC53;
}
.AnyTagClassName
{
color: #CCCC53;
}
</style>
background-color css
<style>
a { background-color: #CCCC53; }
a { background-color: rgb(204,204,83); }
div.DivClassName
{
background-color: #CCCC53;
}
.BgClassName
{
background-color: #CCCC53;
}
</style>
border-color css
<style>
span { border-color: #CCCC53; }
span { border-color: rgb(204,204,83); }
td.TdClassName
{
border-color: #CCCC53;
}
.TagClassName
{
border-color: #CCCC53;
}
</style>