Shades of Wild Willow #CCD55A
Tints of Wild Willow #CCD55A
RGB
CMYK
RGB Variations
Color information
#CCD55A (or 0xCCD55A) is known color: Wild Willow. HEX triplet: CC, D5 and 5A. RGB value is (204,213,90). Sum of RGB (Red+Green+Blue) = 204+213+90=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD55A is #332AA5. Grayscale: #C4C4C4. Windows color (decimal): -3353254 or 5952972. OLE color: 5952972.
HSL color Cylindrical-coordinate representation of color #CCD55A: hue angle of 64.39º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCD55A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 90 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.16 |
| HSL | 64.39º | 0.59% | 0.59% | - |
| HSV(B) | 64.39º | 0.58% | 0.84% | - |
| XYZ | 50.54 | 61.16 | 18.81 | - |
| YUV | 196.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 90 | 0.04 | 0 | 0.58 | 0.16 | 64.39 | 0.59 | 0.59 |
| Hex | CC | D5 | 5A | 4 | 0 | 3A | 10 | 40 | 3B | 3B |
| Octal | 314 | 325 | 132 | 4 | 0 | 72 | 20 | 100 | 73 | 73 |
| Binary | 11001100 | 11010101 | 1011010 | 100 | 0 | 111010 | 10000 | 1000000 | 111011 | 111011 |
Color Harmonies of #CCD55A
Complementary color
Monochromatic Colors of #CCD55A
Black with #CCD55A
Text Example
Text Example
White with #CCD55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD55A; }
p { color: rgb(204,213,90); }
H1.HeaderClassName
{
color: #CCD55A;
}
.AnyTagClassName
{
color: #CCD55A;
}
</style>
background-color css
<style>
a { background-color: #CCD55A; }
a { background-color: rgb(204,213,90); }
div.DivClassName
{
background-color: #CCD55A;
}
.BgClassName
{
background-color: #CCD55A;
}
</style>
border-color css
<style>
span { border-color: #CCD55A; }
span { border-color: rgb(204,213,90); }
td.TdClassName
{
border-color: #CCD55A;
}
.TagClassName
{
border-color: #CCD55A;
}
</style>