Shades of Wild Willow #CAC85D
Tints of Wild Willow #CAC85D
RGB
CMYK
RGB Variations
Color information
#CAC85D (or 0xCAC85D) is known color: Wild Willow. HEX triplet: CA, C8 and 5D. RGB value is (202,200,93). Sum of RGB (Red+Green+Blue) = 202+200+93=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC85D is #3537A2. Grayscale: #BCBCBC. Windows color (decimal): -3487651 or 6146250. OLE color: 6146250.
HSL color Cylindrical-coordinate representation of color #CAC85D: hue angle of 58.9º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAC85D is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 93 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.21 |
| HSL | 58.9º | 0.51% | 0.58% | - |
| HSV(B) | 58.9º | 0.54% | 0.79% | - |
| XYZ | 46.99 | 54.66 | 18.43 | - |
| YUV | 188.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 93 | 0 | 0.01 | 0.54 | 0.21 | 58.9 | 0.51 | 0.58 |
| Hex | CA | C8 | 5D | 0 | 1 | 36 | 15 | 3B | 33 | 3A |
| Octal | 312 | 310 | 135 | 0 | 1 | 66 | 25 | 73 | 63 | 72 |
| Binary | 11001010 | 11001000 | 1011101 | 0 | 1 | 110110 | 10101 | 111011 | 110011 | 111010 |
Color Harmonies of #CAC85D
Complementary color
Monochromatic Colors of #CAC85D
Black with #CAC85D
Text Example
Text Example
White with #CAC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC85D; }
p { color: rgb(202,200,93); }
H1.HeaderClassName
{
color: #CAC85D;
}
.AnyTagClassName
{
color: #CAC85D;
}
</style>
background-color css
<style>
a { background-color: #CAC85D; }
a { background-color: rgb(202,200,93); }
div.DivClassName
{
background-color: #CAC85D;
}
.BgClassName
{
background-color: #CAC85D;
}
</style>
border-color css
<style>
span { border-color: #CAC85D; }
span { border-color: rgb(202,200,93); }
td.TdClassName
{
border-color: #CAC85D;
}
.TagClassName
{
border-color: #CAC85D;
}
</style>