Shades of Wild Willow #CCDC5A
Tints of Wild Willow #CCDC5A
RGB
CMYK
RGB Variations
Color information
#CCDC5A (or 0xCCDC5A) is known color: Wild Willow. HEX triplet: CC, DC and 5A. RGB value is (204,220,90). Sum of RGB (Red+Green+Blue) = 204+220+90=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC5A is #3323A5. Grayscale: #C8C8C8. Windows color (decimal): -3351462 or 5954764. OLE color: 5954764.
HSL color Cylindrical-coordinate representation of color #CCDC5A: hue angle of 67.38º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCDC5A is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 90 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.14 |
| HSL | 67.38º | 0.65% | 0.61% | - |
| HSV(B) | 67.38º | 0.59% | 0.86% | - |
| XYZ | 52.34 | 64.76 | 19.41 | - |
| YUV | 200.4 | 65.7 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 90 | 0.07 | 0 | 0.59 | 0.14 | 67.38 | 0.65 | 0.61 |
| Hex | CC | DC | 5A | 7 | 0 | 3B | E | 43 | 41 | 3D |
| Octal | 314 | 334 | 132 | 7 | 0 | 73 | 16 | 103 | 101 | 75 |
| Binary | 11001100 | 11011100 | 1011010 | 111 | 0 | 111011 | 1110 | 1000011 | 1000001 | 111101 |
Color Harmonies of #CCDC5A
Complementary color
Monochromatic Colors of #CCDC5A
Black with #CCDC5A
Text Example
Text Example
White with #CCDC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC5A; }
p { color: rgb(204,220,90); }
H1.HeaderClassName
{
color: #CCDC5A;
}
.AnyTagClassName
{
color: #CCDC5A;
}
</style>
background-color css
<style>
a { background-color: #CCDC5A; }
a { background-color: rgb(204,220,90); }
div.DivClassName
{
background-color: #CCDC5A;
}
.BgClassName
{
background-color: #CCDC5A;
}
</style>
border-color css
<style>
span { border-color: #CCDC5A; }
span { border-color: rgb(204,220,90); }
td.TdClassName
{
border-color: #CCDC5A;
}
.TagClassName
{
border-color: #CCDC5A;
}
</style>