Shades of Wild Willow #CCDC51
Tints of Wild Willow #CCDC51
RGB
CMYK
RGB Variations
Color information
#CCDC51 (or 0xCCDC51) is known color: Wild Willow. HEX triplet: CC, DC and 51. RGB value is (204,220,81). Sum of RGB (Red+Green+Blue) = 204+220+81=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 81 (32.03% from 255 or 16.04% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC51 is #3323AE. Grayscale: #C7C7C7. Windows color (decimal): -3351471 or 5364940. OLE color: 5364940.
HSL color Cylindrical-coordinate representation of color #CCDC51: hue angle of 66.91º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCDC51 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 81 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.14 |
| HSL | 66.91º | 0.67% | 0.59% | - |
| HSV(B) | 66.91º | 0.63% | 0.86% | - |
| XYZ | 51.98 | 64.62 | 17.52 | - |
| YUV | 199.37 | 61.2 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 81 | 0.07 | 0 | 0.63 | 0.14 | 66.91 | 0.67 | 0.59 |
| Hex | CC | DC | 51 | 7 | 0 | 3F | E | 43 | 43 | 3B |
| Octal | 314 | 334 | 121 | 7 | 0 | 77 | 16 | 103 | 103 | 73 |
| Binary | 11001100 | 11011100 | 1010001 | 111 | 0 | 111111 | 1110 | 1000011 | 1000011 | 111011 |
Color Harmonies of #CCDC51
Complementary color
Monochromatic Colors of #CCDC51
Black with #CCDC51
Text Example
Text Example
White with #CCDC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC51; }
p { color: rgb(204,220,81); }
H1.HeaderClassName
{
color: #CCDC51;
}
.AnyTagClassName
{
color: #CCDC51;
}
</style>
background-color css
<style>
a { background-color: #CCDC51; }
a { background-color: rgb(204,220,81); }
div.DivClassName
{
background-color: #CCDC51;
}
.BgClassName
{
background-color: #CCDC51;
}
</style>
border-color css
<style>
span { border-color: #CCDC51; }
span { border-color: rgb(204,220,81); }
td.TdClassName
{
border-color: #CCDC51;
}
.TagClassName
{
border-color: #CCDC51;
}
</style>