Shades of Wild Willow #CADC5C
Tints of Wild Willow #CADC5C
RGB
CMYK
RGB Variations
Color information
#CADC5C (or 0xCADC5C) is known color: Wild Willow. HEX triplet: CA, DC and 5C. RGB value is (202,220,92). Sum of RGB (Red+Green+Blue) = 202+220+92=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADC5C is #3523A3. Grayscale: #C8C8C8. Windows color (decimal): -3482532 or 6085834. OLE color: 6085834.
HSL color Cylindrical-coordinate representation of color #CADC5C: hue angle of 68.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CADC5C is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 92 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.14 |
| HSL | 68.44º | 0.65% | 0.61% | - |
| HSV(B) | 68.44º | 0.58% | 0.86% | - |
| XYZ | 51.88 | 64.52 | 19.84 | - |
| YUV | 200.03 | 67.04 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 92 | 0.08 | 0 | 0.58 | 0.14 | 68.44 | 0.65 | 0.61 |
| Hex | CA | DC | 5C | 8 | 0 | 3A | E | 44 | 41 | 3D |
| Octal | 312 | 334 | 134 | 10 | 0 | 72 | 16 | 104 | 101 | 75 |
| Binary | 11001010 | 11011100 | 1011100 | 1000 | 0 | 111010 | 1110 | 1000100 | 1000001 | 111101 |
Color Harmonies of #CADC5C
Complementary color
Monochromatic Colors of #CADC5C
Black with #CADC5C
Text Example
Text Example
White with #CADC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC5C; }
p { color: rgb(202,220,92); }
H1.HeaderClassName
{
color: #CADC5C;
}
.AnyTagClassName
{
color: #CADC5C;
}
</style>
background-color css
<style>
a { background-color: #CADC5C; }
a { background-color: rgb(202,220,92); }
div.DivClassName
{
background-color: #CADC5C;
}
.BgClassName
{
background-color: #CADC5C;
}
</style>
border-color css
<style>
span { border-color: #CADC5C; }
span { border-color: rgb(202,220,92); }
td.TdClassName
{
border-color: #CADC5C;
}
.TagClassName
{
border-color: #CADC5C;
}
</style>