Shades of Wild Willow #CCD161
Tints of Wild Willow #CCD161
RGB
CMYK
RGB Variations
Color information
#CCD161 (or 0xCCD161) is known color: Wild Willow. HEX triplet: CC, D1 and 61. RGB value is (204,209,97). Sum of RGB (Red+Green+Blue) = 204+209+97=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD161 is #332E9E. Grayscale: #C3C3C3. Windows color (decimal): -3354271 or 6410700. OLE color: 6410700.
HSL color Cylindrical-coordinate representation of color #CCD161: hue angle of 62.68º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCD161 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 97 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.18 |
| HSL | 62.68º | 0.55% | 0.6% | - |
| HSV(B) | 62.68º | 0.54% | 0.82% | - |
| XYZ | 49.86 | 59.3 | 20.13 | - |
| YUV | 194.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 97 | 0.02 | 0 | 0.54 | 0.18 | 62.68 | 0.55 | 0.6 |
| Hex | CC | D1 | 61 | 2 | 0 | 36 | 12 | 3F | 37 | 3C |
| Octal | 314 | 321 | 141 | 2 | 0 | 66 | 22 | 77 | 67 | 74 |
| Binary | 11001100 | 11010001 | 1100001 | 10 | 0 | 110110 | 10010 | 111111 | 110111 | 111100 |
Color Harmonies of #CCD161
Complementary color
Monochromatic Colors of #CCD161
Black with #CCD161
Text Example
Text Example
White with #CCD161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD161; }
p { color: rgb(204,209,97); }
H1.HeaderClassName
{
color: #CCD161;
}
.AnyTagClassName
{
color: #CCD161;
}
</style>
background-color css
<style>
a { background-color: #CCD161; }
a { background-color: rgb(204,209,97); }
div.DivClassName
{
background-color: #CCD161;
}
.BgClassName
{
background-color: #CCD161;
}
</style>
border-color css
<style>
span { border-color: #CCD161; }
span { border-color: rgb(204,209,97); }
td.TdClassName
{
border-color: #CCD161;
}
.TagClassName
{
border-color: #CCD161;
}
</style>