Shades of Wild Willow #CCD069
Tints of Wild Willow #CCD069
RGB
CMYK
RGB Variations
Color information
#CCD069 (or 0xCCD069) is known color: Wild Willow. HEX triplet: CC, D0 and 69. RGB value is (204,208,105). Sum of RGB (Red+Green+Blue) = 204+208+105=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD069 is #332F96. Grayscale: #C3C3C3. Windows color (decimal): -3354519 or 6934732. OLE color: 6934732.
HSL color Cylindrical-coordinate representation of color #CCD069: hue angle of 62.33º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCD069 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 105 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.18 |
| HSL | 62.33º | 0.52% | 0.61% | - |
| HSV(B) | 62.33º | 0.5% | 0.82% | - |
| XYZ | 50.01 | 58.97 | 22.11 | - |
| YUV | 195.06 | 77.17 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 105 | 0.02 | 0 | 0.50 | 0.18 | 62.33 | 0.52 | 0.61 |
| Hex | CC | D0 | 69 | 2 | 0 | 32 | 12 | 3E | 34 | 3D |
| Octal | 314 | 320 | 151 | 2 | 0 | 62 | 22 | 76 | 64 | 75 |
| Binary | 11001100 | 11010000 | 1101001 | 10 | 0 | 110010 | 10010 | 111110 | 110100 | 111101 |
Color Harmonies of #CCD069
Complementary color
Monochromatic Colors of #CCD069
Black with #CCD069
Text Example
Text Example
White with #CCD069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD069; }
p { color: rgb(204,208,105); }
H1.HeaderClassName
{
color: #CCD069;
}
.AnyTagClassName
{
color: #CCD069;
}
</style>
background-color css
<style>
a { background-color: #CCD069; }
a { background-color: rgb(204,208,105); }
div.DivClassName
{
background-color: #CCD069;
}
.BgClassName
{
background-color: #CCD069;
}
</style>
border-color css
<style>
span { border-color: #CCD069; }
span { border-color: rgb(204,208,105); }
td.TdClassName
{
border-color: #CCD069;
}
.TagClassName
{
border-color: #CCD069;
}
</style>