Shades of Wild Willow #CAC86D
Tints of Wild Willow #CAC86D
RGB
CMYK
RGB Variations
Color information
#CAC86D (or 0xCAC86D) is known color: Wild Willow. HEX triplet: CA, C8 and 6D. RGB value is (202,200,109). Sum of RGB (Red+Green+Blue) = 202+200+109=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC86D is #353792. Grayscale: #BEBEBE. Windows color (decimal): -3487635 or 7194826. OLE color: 7194826.
HSL color Cylindrical-coordinate representation of color #CAC86D: hue angle of 58.71º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAC86D is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 109 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.21 |
| HSL | 58.71º | 0.47% | 0.61% | - |
| HSV(B) | 58.71º | 0.46% | 0.79% | - |
| XYZ | 47.77 | 54.97 | 22.56 | - |
| YUV | 190.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 109 | 0 | 0.01 | 0.46 | 0.21 | 58.71 | 0.47 | 0.61 |
| Hex | CA | C8 | 6D | 0 | 1 | 2E | 15 | 3B | 2F | 3D |
| Octal | 312 | 310 | 155 | 0 | 1 | 56 | 25 | 73 | 57 | 75 |
| Binary | 11001010 | 11001000 | 1101101 | 0 | 1 | 101110 | 10101 | 111011 | 101111 | 111101 |
Color Harmonies of #CAC86D
Complementary color
Monochromatic Colors of #CAC86D
Black with #CAC86D
Text Example
Text Example
White with #CAC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC86D; }
p { color: rgb(202,200,109); }
H1.HeaderClassName
{
color: #CAC86D;
}
.AnyTagClassName
{
color: #CAC86D;
}
</style>
background-color css
<style>
a { background-color: #CAC86D; }
a { background-color: rgb(202,200,109); }
div.DivClassName
{
background-color: #CAC86D;
}
.BgClassName
{
background-color: #CAC86D;
}
</style>
border-color css
<style>
span { border-color: #CAC86D; }
span { border-color: rgb(202,200,109); }
td.TdClassName
{
border-color: #CAC86D;
}
.TagClassName
{
border-color: #CAC86D;
}
</style>