Shades of Wild Willow #CADA67
Tints of Wild Willow #CADA67
RGB
CMYK
RGB Variations
Color information
#CADA67 (or 0xCADA67) is known color: Wild Willow. HEX triplet: CA, DA and 67. RGB value is (202,218,103). Sum of RGB (Red+Green+Blue) = 202+218+103=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA67 is #352598. Grayscale: #C8C8C8. Windows color (decimal): -3483033 or 6806218. OLE color: 6806218.
HSL color Cylindrical-coordinate representation of color #CADA67: hue angle of 68.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CADA67 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 103 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.15 |
| HSL | 68.35º | 0.61% | 0.63% | - |
| HSV(B) | 68.35º | 0.53% | 0.85% | - |
| XYZ | 51.88 | 63.68 | 22.39 | - |
| YUV | 200.11 | 73.2 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 103 | 0.07 | 0 | 0.53 | 0.15 | 68.35 | 0.61 | 0.63 |
| Hex | CA | DA | 67 | 7 | 0 | 35 | F | 44 | 3D | 3F |
| Octal | 312 | 332 | 147 | 7 | 0 | 65 | 17 | 104 | 75 | 77 |
| Binary | 11001010 | 11011010 | 1100111 | 111 | 0 | 110101 | 1111 | 1000100 | 111101 | 111111 |
Color Harmonies of #CADA67
Complementary color
Monochromatic Colors of #CADA67
Black with #CADA67
Text Example
Text Example
White with #CADA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA67; }
p { color: rgb(202,218,103); }
H1.HeaderClassName
{
color: #CADA67;
}
.AnyTagClassName
{
color: #CADA67;
}
</style>
background-color css
<style>
a { background-color: #CADA67; }
a { background-color: rgb(202,218,103); }
div.DivClassName
{
background-color: #CADA67;
}
.BgClassName
{
background-color: #CADA67;
}
</style>
border-color css
<style>
span { border-color: #CADA67; }
span { border-color: rgb(202,218,103); }
td.TdClassName
{
border-color: #CADA67;
}
.TagClassName
{
border-color: #CADA67;
}
</style>