Shades of Dark Khaki #C9C56E
Tints of Dark Khaki #C9C56E
RGB
CMYK
RGB Variations
Color information
#C9C56E (or 0xC9C56E) is known color: Dark Khaki. HEX triplet: C9, C5 and 6E. RGB value is (201,197,110). Sum of RGB (Red+Green+Blue) = 201+197+110=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C56E is #363A91. Grayscale: #BCBCBC. Windows color (decimal): -3553938 or 7259593. OLE color: 7259593.
HSL color Cylindrical-coordinate representation of color #C9C56E: hue angle of 57.36º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9C56E is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 110 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.21 |
| HSL | 57.36º | 0.46% | 0.61% | - |
| HSV(B) | 57.36º | 0.45% | 0.79% | - |
| XYZ | 46.87 | 53.48 | 22.6 | - |
| YUV | 188.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 110 | 0 | 0.02 | 0.45 | 0.21 | 57.36 | 0.46 | 0.61 |
| Hex | C9 | C5 | 6E | 0 | 2 | 2D | 15 | 39 | 2E | 3D |
| Octal | 311 | 305 | 156 | 0 | 2 | 55 | 25 | 71 | 56 | 75 |
| Binary | 11001001 | 11000101 | 1101110 | 0 | 10 | 101101 | 10101 | 111001 | 101110 | 111101 |
Color Harmonies of #C9C56E
Complementary color
Monochromatic Colors of #C9C56E
Black with #C9C56E
Text Example
Text Example
White with #C9C56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C56E; }
p { color: rgb(201,197,110); }
H1.HeaderClassName
{
color: #C9C56E;
}
.AnyTagClassName
{
color: #C9C56E;
}
</style>
background-color css
<style>
a { background-color: #C9C56E; }
a { background-color: rgb(201,197,110); }
div.DivClassName
{
background-color: #C9C56E;
}
.BgClassName
{
background-color: #C9C56E;
}
</style>
border-color css
<style>
span { border-color: #C9C56E; }
span { border-color: rgb(201,197,110); }
td.TdClassName
{
border-color: #C9C56E;
}
.TagClassName
{
border-color: #C9C56E;
}
</style>