Shades of Wild Willow #CCC75A
Tints of Wild Willow #CCC75A
RGB
CMYK
RGB Variations
Color information
#CCC75A (or 0xCCC75A) is known color: Wild Willow. HEX triplet: CC, C7 and 5A. RGB value is (204,199,90). Sum of RGB (Red+Green+Blue) = 204+199+90=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC75A is #3338A5. Grayscale: #BCBCBC. Windows color (decimal): -3356838 or 5949388. OLE color: 5949388.
HSL color Cylindrical-coordinate representation of color #CCC75A: hue angle of 57.37º 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 #CCC75A is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 90 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.2 |
| HSL | 57.37º | 0.53% | 0.58% | - |
| HSV(B) | 57.37º | 0.56% | 0.8% | - |
| XYZ | 47.17 | 54.42 | 17.69 | - |
| YUV | 188.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 90 | 0 | 0.02 | 0.56 | 0.2 | 57.37 | 0.53 | 0.58 |
| Hex | CC | C7 | 5A | 0 | 2 | 38 | 14 | 39 | 35 | 3A |
| Octal | 314 | 307 | 132 | 0 | 2 | 70 | 24 | 71 | 65 | 72 |
| Binary | 11001100 | 11000111 | 1011010 | 0 | 10 | 111000 | 10100 | 111001 | 110101 | 111010 |
Color Harmonies of #CCC75A
Complementary color
Monochromatic Colors of #CCC75A
Black with #CCC75A
Text Example
Text Example
White with #CCC75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC75A; }
p { color: rgb(204,199,90); }
H1.HeaderClassName
{
color: #CCC75A;
}
.AnyTagClassName
{
color: #CCC75A;
}
</style>
background-color css
<style>
a { background-color: #CCC75A; }
a { background-color: rgb(204,199,90); }
div.DivClassName
{
background-color: #CCC75A;
}
.BgClassName
{
background-color: #CCC75A;
}
</style>
border-color css
<style>
span { border-color: #CCC75A; }
span { border-color: rgb(204,199,90); }
td.TdClassName
{
border-color: #CCC75A;
}
.TagClassName
{
border-color: #CCC75A;
}
</style>