Shades of Wild Willow #CAC654
Tints of Wild Willow #CAC654
RGB
CMYK
RGB Variations
Color information
#CAC654 (or 0xCAC654) is known color: Wild Willow. HEX triplet: CA, C6 and 54. RGB value is (202,198,84). Sum of RGB (Red+Green+Blue) = 202+198+84=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC654 is #3539AB. Grayscale: #BABABA. Windows color (decimal): -3488172 or 5555914. OLE color: 5555914.
HSL color Cylindrical-coordinate representation of color #CAC654: hue angle of 57.97º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAC654 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 84 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.21 |
| HSL | 57.97º | 0.53% | 0.56% | - |
| HSV(B) | 57.97º | 0.58% | 0.79% | - |
| XYZ | 46.15 | 53.58 | 16.3 | - |
| YUV | 186.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 84 | 0 | 0.02 | 0.58 | 0.21 | 57.97 | 0.53 | 0.56 |
| Hex | CA | C6 | 54 | 0 | 2 | 3A | 15 | 3A | 35 | 38 |
| Octal | 312 | 306 | 124 | 0 | 2 | 72 | 25 | 72 | 65 | 70 |
| Binary | 11001010 | 11000110 | 1010100 | 0 | 10 | 111010 | 10101 | 111010 | 110101 | 111000 |
Color Harmonies of #CAC654
Complementary color
Monochromatic Colors of #CAC654
Black with #CAC654
Text Example
Text Example
White with #CAC654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC654; }
p { color: rgb(202,198,84); }
H1.HeaderClassName
{
color: #CAC654;
}
.AnyTagClassName
{
color: #CAC654;
}
</style>
background-color css
<style>
a { background-color: #CAC654; }
a { background-color: rgb(202,198,84); }
div.DivClassName
{
background-color: #CAC654;
}
.BgClassName
{
background-color: #CAC654;
}
</style>
border-color css
<style>
span { border-color: #CAC654; }
span { border-color: rgb(202,198,84); }
td.TdClassName
{
border-color: #CAC654;
}
.TagClassName
{
border-color: #CAC654;
}
</style>