Shades of Dark Khaki #C9C16D
Tints of Dark Khaki #C9C16D
RGB
CMYK
RGB Variations
Color information
#C9C16D (or 0xC9C16D) is known color: Dark Khaki. HEX triplet: C9, C1 and 6D. RGB value is (201,193,109). Sum of RGB (Red+Green+Blue) = 201+193+109=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C16D is #363E92. Grayscale: #BABABA. Windows color (decimal): -3554963 or 7193033. OLE color: 7193033.
HSL color Cylindrical-coordinate representation of color #C9C16D: hue angle of 54.78º degrees, saturation: 0.46, 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 #C9C16D is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 193 | 109 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.21 |
| HSL | 54.78º | 0.46% | 0.61% | - |
| HSV(B) | 54.78º | 0.46% | 0.79% | - |
| XYZ | 45.92 | 51.66 | 22.02 | - |
| YUV | 185.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 109 | 0 | 0.04 | 0.46 | 0.21 | 54.78 | 0.46 | 0.61 |
| Hex | C9 | C1 | 6D | 0 | 4 | 2E | 15 | 37 | 2E | 3D |
| Octal | 311 | 301 | 155 | 0 | 4 | 56 | 25 | 67 | 56 | 75 |
| Binary | 11001001 | 11000001 | 1101101 | 0 | 100 | 101110 | 10101 | 110111 | 101110 | 111101 |
Color Harmonies of #C9C16D
Complementary color
Monochromatic Colors of #C9C16D
Black with #C9C16D
Text Example
Text Example
White with #C9C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C16D; }
p { color: rgb(201,193,109); }
H1.HeaderClassName
{
color: #C9C16D;
}
.AnyTagClassName
{
color: #C9C16D;
}
</style>
background-color css
<style>
a { background-color: #C9C16D; }
a { background-color: rgb(201,193,109); }
div.DivClassName
{
background-color: #C9C16D;
}
.BgClassName
{
background-color: #C9C16D;
}
</style>
border-color css
<style>
span { border-color: #C9C16D; }
span { border-color: rgb(201,193,109); }
td.TdClassName
{
border-color: #C9C16D;
}
.TagClassName
{
border-color: #C9C16D;
}
</style>