Shades of Wild Willow #CCC75E
Tints of Wild Willow #CCC75E
RGB
CMYK
RGB Variations
Color information
#CCC75E (or 0xCCC75E) is known color: Wild Willow. HEX triplet: CC, C7 and 5E. RGB value is (204,199,94). Sum of RGB (Red+Green+Blue) = 204+199+94=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC75E is #3338A1. Grayscale: #BCBCBC. Windows color (decimal): -3356834 or 6211532. OLE color: 6211532.
HSL color Cylindrical-coordinate representation of color #CCC75E: hue angle of 57.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCC75E is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 94 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.2 |
| HSL | 57.27º | 0.52% | 0.58% | - |
| HSV(B) | 57.27º | 0.54% | 0.8% | - |
| XYZ | 47.35 | 54.49 | 18.61 | - |
| YUV | 188.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 94 | 0 | 0.02 | 0.54 | 0.2 | 57.27 | 0.52 | 0.58 |
| Hex | CC | C7 | 5E | 0 | 2 | 36 | 14 | 39 | 34 | 3A |
| Octal | 314 | 307 | 136 | 0 | 2 | 66 | 24 | 71 | 64 | 72 |
| Binary | 11001100 | 11000111 | 1011110 | 0 | 10 | 110110 | 10100 | 111001 | 110100 | 111010 |
Color Harmonies of #CCC75E
Complementary color
Monochromatic Colors of #CCC75E
Black with #CCC75E
Text Example
Text Example
White with #CCC75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC75E; }
p { color: rgb(204,199,94); }
H1.HeaderClassName
{
color: #CCC75E;
}
.AnyTagClassName
{
color: #CCC75E;
}
</style>
background-color css
<style>
a { background-color: #CCC75E; }
a { background-color: rgb(204,199,94); }
div.DivClassName
{
background-color: #CCC75E;
}
.BgClassName
{
background-color: #CCC75E;
}
</style>
border-color css
<style>
span { border-color: #CCC75E; }
span { border-color: rgb(204,199,94); }
td.TdClassName
{
border-color: #CCC75E;
}
.TagClassName
{
border-color: #CCC75E;
}
</style>