Shades of Wild Willow #CCD164
Tints of Wild Willow #CCD164
RGB
CMYK
RGB Variations
Color information
#CCD164 (or 0xCCD164) is known color: Wild Willow. HEX triplet: CC, D1 and 64. RGB value is (204,209,100). Sum of RGB (Red+Green+Blue) = 204+209+100=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD164 is #332E9B. Grayscale: #C3C3C3. Windows color (decimal): -3354268 or 6607308. OLE color: 6607308.
HSL color Cylindrical-coordinate representation of color #CCD164: hue angle of 62.75º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCD164 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 100 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.18 |
| HSL | 62.75º | 0.54% | 0.61% | - |
| HSV(B) | 62.75º | 0.52% | 0.82% | - |
| XYZ | 50 | 59.36 | 20.88 | - |
| YUV | 195.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 100 | 0.02 | 0 | 0.52 | 0.18 | 62.75 | 0.54 | 0.61 |
| Hex | CC | D1 | 64 | 2 | 0 | 34 | 12 | 3F | 36 | 3D |
| Octal | 314 | 321 | 144 | 2 | 0 | 64 | 22 | 77 | 66 | 75 |
| Binary | 11001100 | 11010001 | 1100100 | 10 | 0 | 110100 | 10010 | 111111 | 110110 | 111101 |
Color Harmonies of #CCD164
Complementary color
Monochromatic Colors of #CCD164
Black with #CCD164
Text Example
Text Example
White with #CCD164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD164; }
p { color: rgb(204,209,100); }
H1.HeaderClassName
{
color: #CCD164;
}
.AnyTagClassName
{
color: #CCD164;
}
</style>
background-color css
<style>
a { background-color: #CCD164; }
a { background-color: rgb(204,209,100); }
div.DivClassName
{
background-color: #CCD164;
}
.BgClassName
{
background-color: #CCD164;
}
</style>
border-color css
<style>
span { border-color: #CCD164; }
span { border-color: rgb(204,209,100); }
td.TdClassName
{
border-color: #CCD164;
}
.TagClassName
{
border-color: #CCD164;
}
</style>