Shades of Wild Willow #CCDA63
Tints of Wild Willow #CCDA63
RGB
CMYK
RGB Variations
Color information
#CCDA63 (or 0xCCDA63) is known color: Wild Willow. HEX triplet: CC, DA and 63. RGB value is (204,218,99). Sum of RGB (Red+Green+Blue) = 204+218+99=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA63 is #33259C. Grayscale: #C8C8C8. Windows color (decimal): -3351965 or 6544076. OLE color: 6544076.
HSL color Cylindrical-coordinate representation of color #CCDA63: hue angle of 67.06º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCDA63 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 99 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.15 |
| HSL | 67.06º | 0.62% | 0.62% | - |
| HSV(B) | 67.06º | 0.55% | 0.85% | - |
| XYZ | 52.23 | 63.88 | 21.38 | - |
| YUV | 200.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 99 | 0.06 | 0 | 0.55 | 0.15 | 67.06 | 0.62 | 0.62 |
| Hex | CC | DA | 63 | 6 | 0 | 37 | F | 43 | 3E | 3E |
| Octal | 314 | 332 | 143 | 6 | 0 | 67 | 17 | 103 | 76 | 76 |
| Binary | 11001100 | 11011010 | 1100011 | 110 | 0 | 110111 | 1111 | 1000011 | 111110 | 111110 |
Color Harmonies of #CCDA63
Complementary color
Monochromatic Colors of #CCDA63
Black with #CCDA63
Text Example
Text Example
White with #CCDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA63; }
p { color: rgb(204,218,99); }
H1.HeaderClassName
{
color: #CCDA63;
}
.AnyTagClassName
{
color: #CCDA63;
}
</style>
background-color css
<style>
a { background-color: #CCDA63; }
a { background-color: rgb(204,218,99); }
div.DivClassName
{
background-color: #CCDA63;
}
.BgClassName
{
background-color: #CCDA63;
}
</style>
border-color css
<style>
span { border-color: #CCDA63; }
span { border-color: rgb(204,218,99); }
td.TdClassName
{
border-color: #CCDA63;
}
.TagClassName
{
border-color: #CCDA63;
}
</style>