Shades of Wild Willow #CCDA5C
Tints of Wild Willow #CCDA5C
RGB
CMYK
RGB Variations
Color information
#CCDA5C (or 0xCCDA5C) is known color: Wild Willow. HEX triplet: CC, DA and 5C. RGB value is (204,218,92). Sum of RGB (Red+Green+Blue) = 204+218+92=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA5C is #3325A3. Grayscale: #C7C7C7. Windows color (decimal): -3351972 or 6085324. OLE color: 6085324.
HSL color Cylindrical-coordinate representation of color #CCDA5C: hue angle of 66.67º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCDA5C is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 92 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.15 |
| HSL | 66.67º | 0.63% | 0.61% | - |
| HSV(B) | 66.67º | 0.58% | 0.85% | - |
| XYZ | 51.91 | 63.75 | 19.7 | - |
| YUV | 199.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 92 | 0.06 | 0 | 0.58 | 0.15 | 66.67 | 0.63 | 0.61 |
| Hex | CC | DA | 5C | 6 | 0 | 3A | F | 43 | 3F | 3D |
| Octal | 314 | 332 | 134 | 6 | 0 | 72 | 17 | 103 | 77 | 75 |
| Binary | 11001100 | 11011010 | 1011100 | 110 | 0 | 111010 | 1111 | 1000011 | 111111 | 111101 |
Color Harmonies of #CCDA5C
Complementary color
Monochromatic Colors of #CCDA5C
Black with #CCDA5C
Text Example
Text Example
White with #CCDA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA5C; }
p { color: rgb(204,218,92); }
H1.HeaderClassName
{
color: #CCDA5C;
}
.AnyTagClassName
{
color: #CCDA5C;
}
</style>
background-color css
<style>
a { background-color: #CCDA5C; }
a { background-color: rgb(204,218,92); }
div.DivClassName
{
background-color: #CCDA5C;
}
.BgClassName
{
background-color: #CCDA5C;
}
</style>
border-color css
<style>
span { border-color: #CCDA5C; }
span { border-color: rgb(204,218,92); }
td.TdClassName
{
border-color: #CCDA5C;
}
.TagClassName
{
border-color: #CCDA5C;
}
</style>