Shades of Wild Willow #CCDA55
Tints of Wild Willow #CCDA55
RGB
CMYK
RGB Variations
Color information
#CCDA55 (or 0xCCDA55) is known color: Wild Willow. HEX triplet: CC, DA and 55. RGB value is (204,218,85). Sum of RGB (Red+Green+Blue) = 204+218+85=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA55 is #3325AA. Grayscale: #C7C7C7. Windows color (decimal): -3351979 or 5626572. OLE color: 5626572.
HSL color Cylindrical-coordinate representation of color #CCDA55: hue angle of 66.32º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCDA55 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 85 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.15 |
| HSL | 66.32º | 0.64% | 0.59% | - |
| HSV(B) | 66.32º | 0.61% | 0.85% | - |
| XYZ | 51.61 | 63.64 | 18.16 | - |
| YUV | 198.65 | 63.86 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 85 | 0.06 | 0 | 0.61 | 0.15 | 66.32 | 0.64 | 0.59 |
| Hex | CC | DA | 55 | 6 | 0 | 3D | F | 42 | 40 | 3B |
| Octal | 314 | 332 | 125 | 6 | 0 | 75 | 17 | 102 | 100 | 73 |
| Binary | 11001100 | 11011010 | 1010101 | 110 | 0 | 111101 | 1111 | 1000010 | 1000000 | 111011 |
Color Harmonies of #CCDA55
Complementary color
Monochromatic Colors of #CCDA55
Black with #CCDA55
Text Example
Text Example
White with #CCDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA55; }
p { color: rgb(204,218,85); }
H1.HeaderClassName
{
color: #CCDA55;
}
.AnyTagClassName
{
color: #CCDA55;
}
</style>
background-color css
<style>
a { background-color: #CCDA55; }
a { background-color: rgb(204,218,85); }
div.DivClassName
{
background-color: #CCDA55;
}
.BgClassName
{
background-color: #CCDA55;
}
</style>
border-color css
<style>
span { border-color: #CCDA55; }
span { border-color: rgb(204,218,85); }
td.TdClassName
{
border-color: #CCDA55;
}
.TagClassName
{
border-color: #CCDA55;
}
</style>