Shades of Dark Khaki #CAC76E
Tints of Dark Khaki #CAC76E
RGB
CMYK
RGB Variations
Color information
#CAC76E (or 0xCAC76E) is known color: Dark Khaki. HEX triplet: CA, C7 and 6E. RGB value is (202,199,110). Sum of RGB (Red+Green+Blue) = 202+199+110=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC76E is #353891. Grayscale: #BEBEBE. Windows color (decimal): -3487890 or 7260106. OLE color: 7260106.
HSL color Cylindrical-coordinate representation of color #CAC76E: hue angle of 58.04º degrees, saturation: 0.46, 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 #CAC76E is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 110 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.21 |
| HSL | 58.04º | 0.46% | 0.61% | - |
| HSV(B) | 58.04º | 0.46% | 0.79% | - |
| XYZ | 47.6 | 54.53 | 22.77 | - |
| YUV | 189.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 110 | 0 | 0.01 | 0.46 | 0.21 | 58.04 | 0.46 | 0.61 |
| Hex | CA | C7 | 6E | 0 | 1 | 2E | 15 | 3A | 2E | 3D |
| Octal | 312 | 307 | 156 | 0 | 1 | 56 | 25 | 72 | 56 | 75 |
| Binary | 11001010 | 11000111 | 1101110 | 0 | 1 | 101110 | 10101 | 111010 | 101110 | 111101 |
Color Harmonies of #CAC76E
Complementary color
Monochromatic Colors of #CAC76E
Black with #CAC76E
Text Example
Text Example
White with #CAC76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC76E; }
p { color: rgb(202,199,110); }
H1.HeaderClassName
{
color: #CAC76E;
}
.AnyTagClassName
{
color: #CAC76E;
}
</style>
background-color css
<style>
a { background-color: #CAC76E; }
a { background-color: rgb(202,199,110); }
div.DivClassName
{
background-color: #CAC76E;
}
.BgClassName
{
background-color: #CAC76E;
}
</style>
border-color css
<style>
span { border-color: #CAC76E; }
span { border-color: rgb(202,199,110); }
td.TdClassName
{
border-color: #CAC76E;
}
.TagClassName
{
border-color: #CAC76E;
}
</style>