Shades of Dark Khaki #C7C16D
Tints of Dark Khaki #C7C16D
RGB
CMYK
RGB Variations
Color information
#C7C16D (or 0xC7C16D) is known color: Dark Khaki. HEX triplet: C7, C1 and 6D. RGB value is (199,193,109). Sum of RGB (Red+Green+Blue) = 199+193+109=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C16D is #383E92. Grayscale: #B9B9B9. Windows color (decimal): -3686035 or 7193031. OLE color: 7193031.
HSL color Cylindrical-coordinate representation of color #C7C16D: hue angle of 56º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7C16D is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 109 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.22 |
| HSL | 56º | 0.45% | 0.6% | - |
| HSV(B) | 56º | 0.45% | 0.78% | - |
| XYZ | 45.38 | 51.39 | 21.99 | - |
| YUV | 185.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 109 | 0 | 0.03 | 0.45 | 0.22 | 56 | 0.45 | 0.6 |
| Hex | C7 | C1 | 6D | 0 | 3 | 2D | 16 | 38 | 2D | 3C |
| Octal | 307 | 301 | 155 | 0 | 3 | 55 | 26 | 70 | 55 | 74 |
| Binary | 11000111 | 11000001 | 1101101 | 0 | 11 | 101101 | 10110 | 111000 | 101101 | 111100 |
Color Harmonies of #C7C16D
Complementary color
Monochromatic Colors of #C7C16D
Black with #C7C16D
Text Example
Text Example
White with #C7C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C16D; }
p { color: rgb(199,193,109); }
H1.HeaderClassName
{
color: #C7C16D;
}
.AnyTagClassName
{
color: #C7C16D;
}
</style>
background-color css
<style>
a { background-color: #C7C16D; }
a { background-color: rgb(199,193,109); }
div.DivClassName
{
background-color: #C7C16D;
}
.BgClassName
{
background-color: #C7C16D;
}
</style>
border-color css
<style>
span { border-color: #C7C16D; }
span { border-color: rgb(199,193,109); }
td.TdClassName
{
border-color: #C7C16D;
}
.TagClassName
{
border-color: #C7C16D;
}
</style>