Shades of Dark Khaki #C8C16D
Tints of Dark Khaki #C8C16D
RGB
CMYK
RGB Variations
Color information
#C8C16D (or 0xC8C16D) is known color: Dark Khaki. HEX triplet: C8, C1 and 6D. RGB value is (200,193,109). Sum of RGB (Red+Green+Blue) = 200+193+109=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C16D is #373E92. Grayscale: #B9B9B9. Windows color (decimal): -3620499 or 7193032. OLE color: 7193032.
HSL color Cylindrical-coordinate representation of color #C8C16D: hue angle of 55.38º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8C16D is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 109 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.22 |
| HSL | 55.38º | 0.45% | 0.61% | - |
| HSV(B) | 55.38º | 0.46% | 0.78% | - |
| XYZ | 45.65 | 51.52 | 22.01 | - |
| YUV | 185.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 109 | 0 | 0.04 | 0.46 | 0.22 | 55.38 | 0.45 | 0.61 |
| Hex | C8 | C1 | 6D | 0 | 4 | 2E | 16 | 37 | 2D | 3D |
| Octal | 310 | 301 | 155 | 0 | 4 | 56 | 26 | 67 | 55 | 75 |
| Binary | 11001000 | 11000001 | 1101101 | 0 | 100 | 101110 | 10110 | 110111 | 101101 | 111101 |
Color Harmonies of #C8C16D
Complementary color
Monochromatic Colors of #C8C16D
Black with #C8C16D
Text Example
Text Example
White with #C8C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C16D; }
p { color: rgb(200,193,109); }
H1.HeaderClassName
{
color: #C8C16D;
}
.AnyTagClassName
{
color: #C8C16D;
}
</style>
background-color css
<style>
a { background-color: #C8C16D; }
a { background-color: rgb(200,193,109); }
div.DivClassName
{
background-color: #C8C16D;
}
.BgClassName
{
background-color: #C8C16D;
}
</style>
border-color css
<style>
span { border-color: #C8C16D; }
span { border-color: rgb(200,193,109); }
td.TdClassName
{
border-color: #C8C16D;
}
.TagClassName
{
border-color: #C8C16D;
}
</style>