Shades of Wild Willow #CCD15D
Tints of Wild Willow #CCD15D
RGB
CMYK
RGB Variations
Color information
#CCD15D (or 0xCCD15D) is known color: Wild Willow. HEX triplet: CC, D1 and 5D. RGB value is (204,209,93). Sum of RGB (Red+Green+Blue) = 204+209+93=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD15D is #332EA2. Grayscale: #C2C2C2. Windows color (decimal): -3354275 or 6148556. OLE color: 6148556.
HSL color Cylindrical-coordinate representation of color #CCD15D: hue angle of 62.59º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCD15D is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 93 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.18 |
| HSL | 62.59º | 0.56% | 0.59% | - |
| HSV(B) | 62.59º | 0.56% | 0.82% | - |
| XYZ | 49.68 | 59.23 | 19.17 | - |
| YUV | 194.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 93 | 0.02 | 0 | 0.56 | 0.18 | 62.59 | 0.56 | 0.59 |
| Hex | CC | D1 | 5D | 2 | 0 | 38 | 12 | 3F | 38 | 3B |
| Octal | 314 | 321 | 135 | 2 | 0 | 70 | 22 | 77 | 70 | 73 |
| Binary | 11001100 | 11010001 | 1011101 | 10 | 0 | 111000 | 10010 | 111111 | 111000 | 111011 |
Color Harmonies of #CCD15D
Complementary color
Monochromatic Colors of #CCD15D
Black with #CCD15D
Text Example
Text Example
White with #CCD15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD15D; }
p { color: rgb(204,209,93); }
H1.HeaderClassName
{
color: #CCD15D;
}
.AnyTagClassName
{
color: #CCD15D;
}
</style>
background-color css
<style>
a { background-color: #CCD15D; }
a { background-color: rgb(204,209,93); }
div.DivClassName
{
background-color: #CCD15D;
}
.BgClassName
{
background-color: #CCD15D;
}
</style>
border-color css
<style>
span { border-color: #CCD15D; }
span { border-color: rgb(204,209,93); }
td.TdClassName
{
border-color: #CCD15D;
}
.TagClassName
{
border-color: #CCD15D;
}
</style>