Shades of Dark Khaki #CAC071
Tints of Dark Khaki #CAC071
RGB
CMYK
RGB Variations
Color information
#CAC071 (or 0xCAC071) is known color: Dark Khaki. HEX triplet: CA, C0 and 71. RGB value is (202,192,113). Sum of RGB (Red+Green+Blue) = 202+192+113=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC071 is #353F8E. Grayscale: #BABABA. Windows color (decimal): -3489679 or 7454922. OLE color: 7454922.
HSL color Cylindrical-coordinate representation of color #CAC071: hue angle of 53.26º 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 #CAC071 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 113 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.21 |
| HSL | 53.26º | 0.46% | 0.62% | - |
| HSV(B) | 53.26º | 0.44% | 0.79% | - |
| XYZ | 46.19 | 51.45 | 23.12 | - |
| YUV | 185.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 113 | 0 | 0.05 | 0.44 | 0.21 | 53.26 | 0.46 | 0.62 |
| Hex | CA | C0 | 71 | 0 | 5 | 2C | 15 | 35 | 2E | 3E |
| Octal | 312 | 300 | 161 | 0 | 5 | 54 | 25 | 65 | 56 | 76 |
| Binary | 11001010 | 11000000 | 1110001 | 0 | 101 | 101100 | 10101 | 110101 | 101110 | 111110 |
Color Harmonies of #CAC071
Complementary color
Monochromatic Colors of #CAC071
Black with #CAC071
Text Example
Text Example
White with #CAC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC071; }
p { color: rgb(202,192,113); }
H1.HeaderClassName
{
color: #CAC071;
}
.AnyTagClassName
{
color: #CAC071;
}
</style>
background-color css
<style>
a { background-color: #CAC071; }
a { background-color: rgb(202,192,113); }
div.DivClassName
{
background-color: #CAC071;
}
.BgClassName
{
background-color: #CAC071;
}
</style>
border-color css
<style>
span { border-color: #CAC071; }
span { border-color: rgb(202,192,113); }
td.TdClassName
{
border-color: #CAC071;
}
.TagClassName
{
border-color: #CAC071;
}
</style>