Shades of Dark Khaki #CAC76F
Tints of Dark Khaki #CAC76F
RGB
CMYK
RGB Variations
Color information
#CAC76F (or 0xCAC76F) is known color: Dark Khaki. HEX triplet: CA, C7 and 6F. RGB value is (202,199,111). Sum of RGB (Red+Green+Blue) = 202+199+111=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC76F is #353890. Grayscale: #BEBEBE. Windows color (decimal): -3487889 or 7325642. OLE color: 7325642.
HSL color Cylindrical-coordinate representation of color #CAC76F: hue angle of 58.02º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAC76F is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 111 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.21 |
| HSL | 58.02º | 0.46% | 0.61% | - |
| HSV(B) | 58.02º | 0.45% | 0.79% | - |
| XYZ | 47.65 | 54.55 | 23.06 | - |
| YUV | 189.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 111 | 0 | 0.01 | 0.45 | 0.21 | 58.02 | 0.46 | 0.61 |
| Hex | CA | C7 | 6F | 0 | 1 | 2D | 15 | 3A | 2E | 3D |
| Octal | 312 | 307 | 157 | 0 | 1 | 55 | 25 | 72 | 56 | 75 |
| Binary | 11001010 | 11000111 | 1101111 | 0 | 1 | 101101 | 10101 | 111010 | 101110 | 111101 |
Color Harmonies of #CAC76F
Complementary color
Monochromatic Colors of #CAC76F
Black with #CAC76F
Text Example
Text Example
White with #CAC76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC76F; }
p { color: rgb(202,199,111); }
H1.HeaderClassName
{
color: #CAC76F;
}
.AnyTagClassName
{
color: #CAC76F;
}
</style>
background-color css
<style>
a { background-color: #CAC76F; }
a { background-color: rgb(202,199,111); }
div.DivClassName
{
background-color: #CAC76F;
}
.BgClassName
{
background-color: #CAC76F;
}
</style>
border-color css
<style>
span { border-color: #CAC76F; }
span { border-color: rgb(202,199,111); }
td.TdClassName
{
border-color: #CAC76F;
}
.TagClassName
{
border-color: #CAC76F;
}
</style>