Shades of Wild Willow #CCD064
Tints of Wild Willow #CCD064
RGB
CMYK
RGB Variations
Color information
#CCD064 (or 0xCCD064) is known color: Wild Willow. HEX triplet: CC, D0 and 64. RGB value is (204,208,100). Sum of RGB (Red+Green+Blue) = 204+208+100=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD064 is #332F9B. Grayscale: #C2C2C2. Windows color (decimal): -3354524 or 6607052. OLE color: 6607052.
HSL color Cylindrical-coordinate representation of color #CCD064: hue angle of 62.22º degrees, saturation: 0.53, 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 #CCD064 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 100 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.18 |
| HSL | 62.22º | 0.53% | 0.6% | - |
| HSV(B) | 62.22º | 0.52% | 0.82% | - |
| XYZ | 49.76 | 58.87 | 20.8 | - |
| YUV | 194.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 100 | 0.02 | 0 | 0.52 | 0.18 | 62.22 | 0.53 | 0.6 |
| Hex | CC | D0 | 64 | 2 | 0 | 34 | 12 | 3E | 35 | 3C |
| Octal | 314 | 320 | 144 | 2 | 0 | 64 | 22 | 76 | 65 | 74 |
| Binary | 11001100 | 11010000 | 1100100 | 10 | 0 | 110100 | 10010 | 111110 | 110101 | 111100 |
Color Harmonies of #CCD064
Complementary color
Monochromatic Colors of #CCD064
Black with #CCD064
Text Example
Text Example
White with #CCD064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD064; }
p { color: rgb(204,208,100); }
H1.HeaderClassName
{
color: #CCD064;
}
.AnyTagClassName
{
color: #CCD064;
}
</style>
background-color css
<style>
a { background-color: #CCD064; }
a { background-color: rgb(204,208,100); }
div.DivClassName
{
background-color: #CCD064;
}
.BgClassName
{
background-color: #CCD064;
}
</style>
border-color css
<style>
span { border-color: #CCD064; }
span { border-color: rgb(204,208,100); }
td.TdClassName
{
border-color: #CCD064;
}
.TagClassName
{
border-color: #CCD064;
}
</style>