Shades of Wild Willow #CCCE5C
Tints of Wild Willow #CCCE5C
RGB
CMYK
RGB Variations
Color information
#CCCE5C (or 0xCCCE5C) is known color: Wild Willow. HEX triplet: CC, CE and 5C. RGB value is (204,206,92). Sum of RGB (Red+Green+Blue) = 204+206+92=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE5C is #3331A3. Grayscale: #C0C0C0. Windows color (decimal): -3355044 or 6082252. OLE color: 6082252.
HSL color Cylindrical-coordinate representation of color #CCCE5C: hue angle of 61.05º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCCE5C is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 92 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.19 |
| HSL | 61.05º | 0.54% | 0.58% | - |
| HSV(B) | 61.05º | 0.55% | 0.81% | - |
| XYZ | 48.9 | 57.75 | 18.7 | - |
| YUV | 192.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 92 | 0.01 | 0 | 0.55 | 0.19 | 61.05 | 0.54 | 0.58 |
| Hex | CC | CE | 5C | 1 | 0 | 37 | 13 | 3D | 36 | 3A |
| Octal | 314 | 316 | 134 | 1 | 0 | 67 | 23 | 75 | 66 | 72 |
| Binary | 11001100 | 11001110 | 1011100 | 1 | 0 | 110111 | 10011 | 111101 | 110110 | 111010 |
Color Harmonies of #CCCE5C
Complementary color
Monochromatic Colors of #CCCE5C
Black with #CCCE5C
Text Example
Text Example
White with #CCCE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE5C; }
p { color: rgb(204,206,92); }
H1.HeaderClassName
{
color: #CCCE5C;
}
.AnyTagClassName
{
color: #CCCE5C;
}
</style>
background-color css
<style>
a { background-color: #CCCE5C; }
a { background-color: rgb(204,206,92); }
div.DivClassName
{
background-color: #CCCE5C;
}
.BgClassName
{
background-color: #CCCE5C;
}
</style>
border-color css
<style>
span { border-color: #CCCE5C; }
span { border-color: rgb(204,206,92); }
td.TdClassName
{
border-color: #CCCE5C;
}
.TagClassName
{
border-color: #CCCE5C;
}
</style>