Shades of Dark Khaki #CAC06D
Tints of Dark Khaki #CAC06D
RGB
CMYK
RGB Variations
Color information
#CAC06D (or 0xCAC06D) is known color: Dark Khaki. HEX triplet: CA, C0 and 6D. RGB value is (202,192,109). Sum of RGB (Red+Green+Blue) = 202+192+109=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC06D is #353F92. Grayscale: #B9B9B9. Windows color (decimal): -3489683 or 7192778. OLE color: 7192778.
HSL color Cylindrical-coordinate representation of color #CAC06D: hue angle of 53.55º 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 #CAC06D is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 109 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.21 |
| HSL | 53.55º | 0.47% | 0.61% | - |
| HSV(B) | 53.55º | 0.46% | 0.79% | - |
| XYZ | 45.97 | 51.36 | 21.96 | - |
| YUV | 185.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 109 | 0 | 0.05 | 0.46 | 0.21 | 53.55 | 0.47 | 0.61 |
| Hex | CA | C0 | 6D | 0 | 5 | 2E | 15 | 36 | 2F | 3D |
| Octal | 312 | 300 | 155 | 0 | 5 | 56 | 25 | 66 | 57 | 75 |
| Binary | 11001010 | 11000000 | 1101101 | 0 | 101 | 101110 | 10101 | 110110 | 101111 | 111101 |
Color Harmonies of #CAC06D
Complementary color
Monochromatic Colors of #CAC06D
Black with #CAC06D
Text Example
Text Example
White with #CAC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC06D; }
p { color: rgb(202,192,109); }
H1.HeaderClassName
{
color: #CAC06D;
}
.AnyTagClassName
{
color: #CAC06D;
}
</style>
background-color css
<style>
a { background-color: #CAC06D; }
a { background-color: rgb(202,192,109); }
div.DivClassName
{
background-color: #CAC06D;
}
.BgClassName
{
background-color: #CAC06D;
}
</style>
border-color css
<style>
span { border-color: #CAC06D; }
span { border-color: rgb(202,192,109); }
td.TdClassName
{
border-color: #CAC06D;
}
.TagClassName
{
border-color: #CAC06D;
}
</style>