Shades of Wild Willow #CCD063
Tints of Wild Willow #CCD063
RGB
CMYK
RGB Variations
Color information
#CCD063 (or 0xCCD063) is known color: Wild Willow. HEX triplet: CC, D0 and 63. RGB value is (204,208,99). Sum of RGB (Red+Green+Blue) = 204+208+99=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD063 is #332F9C. Grayscale: #C2C2C2. Windows color (decimal): -3354525 or 6541516. OLE color: 6541516.
HSL color Cylindrical-coordinate representation of color #CCD063: hue angle of 62.2º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCD063 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 99 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.18 |
| HSL | 62.2º | 0.54% | 0.6% | - |
| HSV(B) | 62.2º | 0.52% | 0.82% | - |
| XYZ | 49.71 | 58.85 | 20.54 | - |
| YUV | 194.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 99 | 0.02 | 0 | 0.52 | 0.18 | 62.2 | 0.54 | 0.6 |
| Hex | CC | D0 | 63 | 2 | 0 | 34 | 12 | 3E | 36 | 3C |
| Octal | 314 | 320 | 143 | 2 | 0 | 64 | 22 | 76 | 66 | 74 |
| Binary | 11001100 | 11010000 | 1100011 | 10 | 0 | 110100 | 10010 | 111110 | 110110 | 111100 |
Color Harmonies of #CCD063
Complementary color
Monochromatic Colors of #CCD063
Black with #CCD063
Text Example
Text Example
White with #CCD063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD063; }
p { color: rgb(204,208,99); }
H1.HeaderClassName
{
color: #CCD063;
}
.AnyTagClassName
{
color: #CCD063;
}
</style>
background-color css
<style>
a { background-color: #CCD063; }
a { background-color: rgb(204,208,99); }
div.DivClassName
{
background-color: #CCD063;
}
.BgClassName
{
background-color: #CCD063;
}
</style>
border-color css
<style>
span { border-color: #CCD063; }
span { border-color: rgb(204,208,99); }
td.TdClassName
{
border-color: #CCD063;
}
.TagClassName
{
border-color: #CCD063;
}
</style>