Shades of Wild Willow #CADC65
Tints of Wild Willow #CADC65
RGB
CMYK
RGB Variations
Color information
#CADC65 (or 0xCADC65) is known color: Wild Willow. HEX triplet: CA, DC and 65. RGB value is (202,220,101). Sum of RGB (Red+Green+Blue) = 202+220+101=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADC65 is #35239A. Grayscale: #C9C9C9. Windows color (decimal): -3482523 or 6675658. OLE color: 6675658.
HSL color Cylindrical-coordinate representation of color #CADC65: hue angle of 69.08º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CADC65 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 101 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.14 |
| HSL | 69.08º | 0.63% | 0.63% | - |
| HSV(B) | 69.08º | 0.54% | 0.86% | - |
| XYZ | 52.3 | 64.68 | 22.04 | - |
| YUV | 201.05 | 71.54 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 101 | 0.08 | 0 | 0.54 | 0.14 | 69.08 | 0.63 | 0.63 |
| Hex | CA | DC | 65 | 8 | 0 | 36 | E | 45 | 3F | 3F |
| Octal | 312 | 334 | 145 | 10 | 0 | 66 | 16 | 105 | 77 | 77 |
| Binary | 11001010 | 11011100 | 1100101 | 1000 | 0 | 110110 | 1110 | 1000101 | 111111 | 111111 |
Color Harmonies of #CADC65
Complementary color
Monochromatic Colors of #CADC65
Black with #CADC65
Text Example
Text Example
White with #CADC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC65; }
p { color: rgb(202,220,101); }
H1.HeaderClassName
{
color: #CADC65;
}
.AnyTagClassName
{
color: #CADC65;
}
</style>
background-color css
<style>
a { background-color: #CADC65; }
a { background-color: rgb(202,220,101); }
div.DivClassName
{
background-color: #CADC65;
}
.BgClassName
{
background-color: #CADC65;
}
</style>
border-color css
<style>
span { border-color: #CADC65; }
span { border-color: rgb(202,220,101); }
td.TdClassName
{
border-color: #CADC65;
}
.TagClassName
{
border-color: #CADC65;
}
</style>