Shades of Dark Khaki #C9C56F
Tints of Dark Khaki #C9C56F
RGB
CMYK
RGB Variations
Color information
#C9C56F (or 0xC9C56F) is known color: Dark Khaki. HEX triplet: C9, C5 and 6F. RGB value is (201,197,111). Sum of RGB (Red+Green+Blue) = 201+197+111=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C56F is #363A90. Grayscale: #BCBCBC. Windows color (decimal): -3553937 or 7325129. OLE color: 7325129.
HSL color Cylindrical-coordinate representation of color #C9C56F: hue angle of 57.33º degrees, saturation: 0.45, 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 #C9C56F is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 111 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.21 |
| HSL | 57.33º | 0.45% | 0.61% | - |
| HSV(B) | 57.33º | 0.45% | 0.79% | - |
| XYZ | 46.92 | 53.5 | 22.89 | - |
| YUV | 188.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 111 | 0 | 0.02 | 0.45 | 0.21 | 57.33 | 0.45 | 0.61 |
| Hex | C9 | C5 | 6F | 0 | 2 | 2D | 15 | 39 | 2D | 3D |
| Octal | 311 | 305 | 157 | 0 | 2 | 55 | 25 | 71 | 55 | 75 |
| Binary | 11001001 | 11000101 | 1101111 | 0 | 10 | 101101 | 10101 | 111001 | 101101 | 111101 |
Color Harmonies of #C9C56F
Complementary color
Monochromatic Colors of #C9C56F
Black with #C9C56F
Text Example
Text Example
White with #C9C56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C56F; }
p { color: rgb(201,197,111); }
H1.HeaderClassName
{
color: #C9C56F;
}
.AnyTagClassName
{
color: #C9C56F;
}
</style>
background-color css
<style>
a { background-color: #C9C56F; }
a { background-color: rgb(201,197,111); }
div.DivClassName
{
background-color: #C9C56F;
}
.BgClassName
{
background-color: #C9C56F;
}
</style>
border-color css
<style>
span { border-color: #C9C56F; }
span { border-color: rgb(201,197,111); }
td.TdClassName
{
border-color: #C9C56F;
}
.TagClassName
{
border-color: #C9C56F;
}
</style>