Shades of Wild Willow #CAC754
Tints of Wild Willow #CAC754
RGB
CMYK
RGB Variations
Color information
#CAC754 (or 0xCAC754) is known color: Wild Willow. HEX triplet: CA, C7 and 54. RGB value is (202,199,84). Sum of RGB (Red+Green+Blue) = 202+199+84=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC754 is #3538AB. Grayscale: #BBBBBB. Windows color (decimal): -3487916 or 5556170. OLE color: 5556170.
HSL color Cylindrical-coordinate representation of color #CAC754: hue angle of 58.47º 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 #CAC754 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 84 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.21 |
| HSL | 58.47º | 0.53% | 0.56% | - |
| HSV(B) | 58.47º | 0.58% | 0.79% | - |
| XYZ | 46.38 | 54.04 | 16.37 | - |
| YUV | 186.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 84 | 0 | 0.01 | 0.58 | 0.21 | 58.47 | 0.53 | 0.56 |
| Hex | CA | C7 | 54 | 0 | 1 | 3A | 15 | 3A | 35 | 38 |
| Octal | 312 | 307 | 124 | 0 | 1 | 72 | 25 | 72 | 65 | 70 |
| Binary | 11001010 | 11000111 | 1010100 | 0 | 1 | 111010 | 10101 | 111010 | 110101 | 111000 |
Color Harmonies of #CAC754
Complementary color
Monochromatic Colors of #CAC754
Black with #CAC754
Text Example
Text Example
White with #CAC754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC754; }
p { color: rgb(202,199,84); }
H1.HeaderClassName
{
color: #CAC754;
}
.AnyTagClassName
{
color: #CAC754;
}
</style>
background-color css
<style>
a { background-color: #CAC754; }
a { background-color: rgb(202,199,84); }
div.DivClassName
{
background-color: #CAC754;
}
.BgClassName
{
background-color: #CAC754;
}
</style>
border-color css
<style>
span { border-color: #CAC754; }
span { border-color: rgb(202,199,84); }
td.TdClassName
{
border-color: #CAC754;
}
.TagClassName
{
border-color: #CAC754;
}
</style>