Shades of Dark Khaki #CAC76D
Tints of Dark Khaki #CAC76D
RGB
CMYK
RGB Variations
Color information
#CAC76D (or 0xCAC76D) is known color: Dark Khaki. HEX triplet: CA, C7 and 6D. RGB value is (202,199,109). Sum of RGB (Red+Green+Blue) = 202+199+109=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC76D is #353892. Grayscale: #BEBEBE. Windows color (decimal): -3487891 or 7194570. OLE color: 7194570.
HSL color Cylindrical-coordinate representation of color #CAC76D: hue angle of 58.06º 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 #CAC76D is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 109 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.21 |
| HSL | 58.06º | 0.47% | 0.61% | - |
| HSV(B) | 58.06º | 0.46% | 0.79% | - |
| XYZ | 47.54 | 54.51 | 22.48 | - |
| YUV | 189.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 109 | 0 | 0.01 | 0.46 | 0.21 | 58.06 | 0.47 | 0.61 |
| Hex | CA | C7 | 6D | 0 | 1 | 2E | 15 | 3A | 2F | 3D |
| Octal | 312 | 307 | 155 | 0 | 1 | 56 | 25 | 72 | 57 | 75 |
| Binary | 11001010 | 11000111 | 1101101 | 0 | 1 | 101110 | 10101 | 111010 | 101111 | 111101 |
Color Harmonies of #CAC76D
Complementary color
Monochromatic Colors of #CAC76D
Black with #CAC76D
Text Example
Text Example
White with #CAC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC76D; }
p { color: rgb(202,199,109); }
H1.HeaderClassName
{
color: #CAC76D;
}
.AnyTagClassName
{
color: #CAC76D;
}
</style>
background-color css
<style>
a { background-color: #CAC76D; }
a { background-color: rgb(202,199,109); }
div.DivClassName
{
background-color: #CAC76D;
}
.BgClassName
{
background-color: #CAC76D;
}
</style>
border-color css
<style>
span { border-color: #CAC76D; }
span { border-color: rgb(202,199,109); }
td.TdClassName
{
border-color: #CAC76D;
}
.TagClassName
{
border-color: #CAC76D;
}
</style>