Shades of Wild Willow #CCDB61
Tints of Wild Willow #CCDB61
RGB
CMYK
RGB Variations
Color information
#CCDB61 (or 0xCCDB61) is known color: Wild Willow. HEX triplet: CC, DB and 61. RGB value is (204,219,97). Sum of RGB (Red+Green+Blue) = 204+219+97=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB61 is #33249E. Grayscale: #C9C9C9. Windows color (decimal): -3351711 or 6413260. OLE color: 6413260.
HSL color Cylindrical-coordinate representation of color #CCDB61: hue angle of 67.38º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCDB61 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 97 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.14 |
| HSL | 67.38º | 0.63% | 0.62% | - |
| HSV(B) | 67.38º | 0.56% | 0.86% | - |
| XYZ | 52.39 | 64.36 | 20.97 | - |
| YUV | 200.61 | 69.53 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 97 | 0.07 | 0 | 0.56 | 0.14 | 67.38 | 0.63 | 0.62 |
| Hex | CC | DB | 61 | 7 | 0 | 38 | E | 43 | 3F | 3E |
| Octal | 314 | 333 | 141 | 7 | 0 | 70 | 16 | 103 | 77 | 76 |
| Binary | 11001100 | 11011011 | 1100001 | 111 | 0 | 111000 | 1110 | 1000011 | 111111 | 111110 |
Color Harmonies of #CCDB61
Complementary color
Monochromatic Colors of #CCDB61
Black with #CCDB61
Text Example
Text Example
White with #CCDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB61; }
p { color: rgb(204,219,97); }
H1.HeaderClassName
{
color: #CCDB61;
}
.AnyTagClassName
{
color: #CCDB61;
}
</style>
background-color css
<style>
a { background-color: #CCDB61; }
a { background-color: rgb(204,219,97); }
div.DivClassName
{
background-color: #CCDB61;
}
.BgClassName
{
background-color: #CCDB61;
}
</style>
border-color css
<style>
span { border-color: #CCDB61; }
span { border-color: rgb(204,219,97); }
td.TdClassName
{
border-color: #CCDB61;
}
.TagClassName
{
border-color: #CCDB61;
}
</style>