Shades of Wild Willow #CCD068
Tints of Wild Willow #CCD068
RGB
CMYK
RGB Variations
Color information
#CCD068 (or 0xCCD068) is known color: Wild Willow. HEX triplet: CC, D0 and 68. RGB value is (204,208,104). Sum of RGB (Red+Green+Blue) = 204+208+104=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD068 is #332F97. Grayscale: #C3C3C3. Windows color (decimal): -3354520 or 6869196. OLE color: 6869196.
HSL color Cylindrical-coordinate representation of color #CCD068: hue angle of 62.31º degrees, saturation: 0.53, 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 #CCD068 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 104 | - |
| CMYK | 0.02 | 0 | 0.5 | 0.18 |
| HSL | 62.31º | 0.53% | 0.61% | - |
| HSV(B) | 62.31º | 0.5% | 0.82% | - |
| XYZ | 49.96 | 58.95 | 21.84 | - |
| YUV | 194.95 | 76.67 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 104 | 0.02 | 0 | 0.5 | 0.18 | 62.31 | 0.53 | 0.61 |
| Hex | CC | D0 | 68 | 2 | 0 | 32 | 12 | 3E | 35 | 3D |
| Octal | 314 | 320 | 150 | 2 | 0 | 62 | 22 | 76 | 65 | 75 |
| Binary | 11001100 | 11010000 | 1101000 | 10 | 0 | 110010 | 10010 | 111110 | 110101 | 111101 |
Color Harmonies of #CCD068
Complementary color
Monochromatic Colors of #CCD068
Black with #CCD068
Text Example
Text Example
White with #CCD068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD068; }
p { color: rgb(204,208,104); }
H1.HeaderClassName
{
color: #CCD068;
}
.AnyTagClassName
{
color: #CCD068;
}
</style>
background-color css
<style>
a { background-color: #CCD068; }
a { background-color: rgb(204,208,104); }
div.DivClassName
{
background-color: #CCD068;
}
.BgClassName
{
background-color: #CCD068;
}
</style>
border-color css
<style>
span { border-color: #CCD068; }
span { border-color: rgb(204,208,104); }
td.TdClassName
{
border-color: #CCD068;
}
.TagClassName
{
border-color: #CCD068;
}
</style>