Shades of Wild Willow #CCD067
Tints of Wild Willow #CCD067
RGB
CMYK
RGB Variations
Color information
#CCD067 (or 0xCCD067) is known color: Wild Willow. HEX triplet: CC, D0 and 67. RGB value is (204,208,103). Sum of RGB (Red+Green+Blue) = 204+208+103=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD067 is #332F98. Grayscale: #C3C3C3. Windows color (decimal): -3354521 or 6803660. OLE color: 6803660.
HSL color Cylindrical-coordinate representation of color #CCD067: hue angle of 62.29º 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 #CCD067 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 103 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.18 |
| HSL | 62.29º | 0.53% | 0.61% | - |
| HSV(B) | 62.29º | 0.5% | 0.82% | - |
| XYZ | 49.91 | 58.93 | 21.58 | - |
| YUV | 194.83 | 76.17 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 103 | 0.02 | 0 | 0.50 | 0.18 | 62.29 | 0.53 | 0.61 |
| Hex | CC | D0 | 67 | 2 | 0 | 32 | 12 | 3E | 35 | 3D |
| Octal | 314 | 320 | 147 | 2 | 0 | 62 | 22 | 76 | 65 | 75 |
| Binary | 11001100 | 11010000 | 1100111 | 10 | 0 | 110010 | 10010 | 111110 | 110101 | 111101 |
Color Harmonies of #CCD067
Complementary color
Monochromatic Colors of #CCD067
Black with #CCD067
Text Example
Text Example
White with #CCD067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD067; }
p { color: rgb(204,208,103); }
H1.HeaderClassName
{
color: #CCD067;
}
.AnyTagClassName
{
color: #CCD067;
}
</style>
background-color css
<style>
a { background-color: #CCD067; }
a { background-color: rgb(204,208,103); }
div.DivClassName
{
background-color: #CCD067;
}
.BgClassName
{
background-color: #CCD067;
}
</style>
border-color css
<style>
span { border-color: #CCD067; }
span { border-color: rgb(204,208,103); }
td.TdClassName
{
border-color: #CCD067;
}
.TagClassName
{
border-color: #CCD067;
}
</style>