Shades of Dark Khaki #CAC571
Tints of Dark Khaki #CAC571
RGB
CMYK
RGB Variations
Color information
#CAC571 (or 0xCAC571) is known color: Dark Khaki. HEX triplet: CA, C5 and 71. RGB value is (202,197,113). Sum of RGB (Red+Green+Blue) = 202+197+113=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC571 is #353A8E. Grayscale: #BDBDBD. Windows color (decimal): -3488399 or 7456202. OLE color: 7456202.
HSL color Cylindrical-coordinate representation of color #CAC571: hue angle of 56.63º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAC571 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 113 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.21 |
| HSL | 56.63º | 0.46% | 0.62% | - |
| HSV(B) | 56.63º | 0.44% | 0.79% | - |
| XYZ | 47.3 | 53.68 | 23.49 | - |
| YUV | 188.92 | 85.16 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 113 | 0 | 0.02 | 0.44 | 0.21 | 56.63 | 0.46 | 0.62 |
| Hex | CA | C5 | 71 | 0 | 2 | 2C | 15 | 39 | 2E | 3E |
| Octal | 312 | 305 | 161 | 0 | 2 | 54 | 25 | 71 | 56 | 76 |
| Binary | 11001010 | 11000101 | 1110001 | 0 | 10 | 101100 | 10101 | 111001 | 101110 | 111110 |
Color Harmonies of #CAC571
Complementary color
Monochromatic Colors of #CAC571
Black with #CAC571
Text Example
Text Example
White with #CAC571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC571; }
p { color: rgb(202,197,113); }
H1.HeaderClassName
{
color: #CAC571;
}
.AnyTagClassName
{
color: #CAC571;
}
</style>
background-color css
<style>
a { background-color: #CAC571; }
a { background-color: rgb(202,197,113); }
div.DivClassName
{
background-color: #CAC571;
}
.BgClassName
{
background-color: #CAC571;
}
</style>
border-color css
<style>
span { border-color: #CAC571; }
span { border-color: rgb(202,197,113); }
td.TdClassName
{
border-color: #CAC571;
}
.TagClassName
{
border-color: #CAC571;
}
</style>