Shades of Wild Willow #CCDA62
Tints of Wild Willow #CCDA62
RGB
CMYK
RGB Variations
Color information
#CCDA62 (or 0xCCDA62) is known color: Wild Willow. HEX triplet: CC, DA and 62. RGB value is (204,218,98). Sum of RGB (Red+Green+Blue) = 204+218+98=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA62 is #33259D. Grayscale: #C8C8C8. Windows color (decimal): -3351966 or 6478540. OLE color: 6478540.
HSL color Cylindrical-coordinate representation of color #CCDA62: hue angle of 67º 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 #CCDA62 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 98 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.15 |
| HSL | 67º | 0.62% | 0.62% | - |
| HSV(B) | 67º | 0.55% | 0.85% | - |
| XYZ | 52.18 | 63.86 | 21.13 | - |
| YUV | 200.13 | 70.36 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 98 | 0.06 | 0 | 0.55 | 0.15 | 67 | 0.62 | 0.62 |
| Hex | CC | DA | 62 | 6 | 0 | 37 | F | 43 | 3E | 3E |
| Octal | 314 | 332 | 142 | 6 | 0 | 67 | 17 | 103 | 76 | 76 |
| Binary | 11001100 | 11011010 | 1100010 | 110 | 0 | 110111 | 1111 | 1000011 | 111110 | 111110 |
Color Harmonies of #CCDA62
Complementary color
Monochromatic Colors of #CCDA62
Black with #CCDA62
Text Example
Text Example
White with #CCDA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA62; }
p { color: rgb(204,218,98); }
H1.HeaderClassName
{
color: #CCDA62;
}
.AnyTagClassName
{
color: #CCDA62;
}
</style>
background-color css
<style>
a { background-color: #CCDA62; }
a { background-color: rgb(204,218,98); }
div.DivClassName
{
background-color: #CCDA62;
}
.BgClassName
{
background-color: #CCDA62;
}
</style>
border-color css
<style>
span { border-color: #CCDA62; }
span { border-color: rgb(204,218,98); }
td.TdClassName
{
border-color: #CCDA62;
}
.TagClassName
{
border-color: #CCDA62;
}
</style>