Shades of Wild Willow #CCD15A
Tints of Wild Willow #CCD15A
RGB
CMYK
RGB Variations
Color information
#CCD15A (or 0xCCD15A) is known color: Wild Willow. HEX triplet: CC, D1 and 5A. RGB value is (204,209,90). Sum of RGB (Red+Green+Blue) = 204+209+90=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD15A is #332EA5. Grayscale: #C2C2C2. Windows color (decimal): -3354278 or 5951948. OLE color: 5951948.
HSL color Cylindrical-coordinate representation of color #CCD15A: hue angle of 62.52º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCD15A is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 90 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.18 |
| HSL | 62.52º | 0.56% | 0.59% | - |
| HSV(B) | 62.52º | 0.57% | 0.82% | - |
| XYZ | 49.55 | 59.18 | 18.48 | - |
| YUV | 193.94 | 69.34 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 90 | 0.02 | 0 | 0.57 | 0.18 | 62.52 | 0.56 | 0.59 |
| Hex | CC | D1 | 5A | 2 | 0 | 39 | 12 | 3F | 38 | 3B |
| Octal | 314 | 321 | 132 | 2 | 0 | 71 | 22 | 77 | 70 | 73 |
| Binary | 11001100 | 11010001 | 1011010 | 10 | 0 | 111001 | 10010 | 111111 | 111000 | 111011 |
Color Harmonies of #CCD15A
Complementary color
Monochromatic Colors of #CCD15A
Black with #CCD15A
Text Example
Text Example
White with #CCD15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD15A; }
p { color: rgb(204,209,90); }
H1.HeaderClassName
{
color: #CCD15A;
}
.AnyTagClassName
{
color: #CCD15A;
}
</style>
background-color css
<style>
a { background-color: #CCD15A; }
a { background-color: rgb(204,209,90); }
div.DivClassName
{
background-color: #CCD15A;
}
.BgClassName
{
background-color: #CCD15A;
}
</style>
border-color css
<style>
span { border-color: #CCD15A; }
span { border-color: rgb(204,209,90); }
td.TdClassName
{
border-color: #CCD15A;
}
.TagClassName
{
border-color: #CCD15A;
}
</style>