Shades of Wild Willow #CCDB59
Tints of Wild Willow #CCDB59
RGB
CMYK
RGB Variations
Color information
#CCDB59 (or 0xCCDB59) is known color: Wild Willow. HEX triplet: CC, DB and 59. RGB value is (204,219,89). Sum of RGB (Red+Green+Blue) = 204+219+89=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 89 (35.16% from 255 or 17.38% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB59 is #3324A6. Grayscale: #C8C8C8. Windows color (decimal): -3351719 or 5888972. OLE color: 5888972.
HSL color Cylindrical-coordinate representation of color #CCDB59: hue angle of 66.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCDB59 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 89 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.14 |
| HSL | 66.92º | 0.64% | 0.6% | - |
| HSV(B) | 66.92º | 0.59% | 0.86% | - |
| XYZ | 52.04 | 64.22 | 19.1 | - |
| YUV | 199.7 | 65.53 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 89 | 0.07 | 0 | 0.59 | 0.14 | 66.92 | 0.64 | 0.6 |
| Hex | CC | DB | 59 | 7 | 0 | 3B | E | 43 | 40 | 3C |
| Octal | 314 | 333 | 131 | 7 | 0 | 73 | 16 | 103 | 100 | 74 |
| Binary | 11001100 | 11011011 | 1011001 | 111 | 0 | 111011 | 1110 | 1000011 | 1000000 | 111100 |
Color Harmonies of #CCDB59
Complementary color
Monochromatic Colors of #CCDB59
Black with #CCDB59
Text Example
Text Example
White with #CCDB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB59; }
p { color: rgb(204,219,89); }
H1.HeaderClassName
{
color: #CCDB59;
}
.AnyTagClassName
{
color: #CCDB59;
}
</style>
background-color css
<style>
a { background-color: #CCDB59; }
a { background-color: rgb(204,219,89); }
div.DivClassName
{
background-color: #CCDB59;
}
.BgClassName
{
background-color: #CCDB59;
}
</style>
border-color css
<style>
span { border-color: #CCDB59; }
span { border-color: rgb(204,219,89); }
td.TdClassName
{
border-color: #CCDB59;
}
.TagClassName
{
border-color: #CCDB59;
}
</style>