Shades of Dark Khaki #C9C66F
Tints of Dark Khaki #C9C66F
RGB
CMYK
RGB Variations
Color information
#C9C66F (or 0xC9C66F) is known color: Dark Khaki. HEX triplet: C9, C6 and 6F. RGB value is (201,198,111). Sum of RGB (Red+Green+Blue) = 201+198+111=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C66F is #363990. Grayscale: #BDBDBD. Windows color (decimal): -3553681 or 7325385. OLE color: 7325385.
HSL color Cylindrical-coordinate representation of color #C9C66F: hue angle of 58º 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 #C9C66F is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 111 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.21 |
| HSL | 58º | 0.45% | 0.61% | - |
| HSV(B) | 58º | 0.45% | 0.79% | - |
| XYZ | 47.15 | 53.95 | 22.97 | - |
| YUV | 188.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 111 | 0 | 0.01 | 0.45 | 0.21 | 58 | 0.45 | 0.61 |
| Hex | C9 | C6 | 6F | 0 | 1 | 2D | 15 | 3A | 2D | 3D |
| Octal | 311 | 306 | 157 | 0 | 1 | 55 | 25 | 72 | 55 | 75 |
| Binary | 11001001 | 11000110 | 1101111 | 0 | 1 | 101101 | 10101 | 111010 | 101101 | 111101 |
Color Harmonies of #C9C66F
Complementary color
Monochromatic Colors of #C9C66F
Black with #C9C66F
Text Example
Text Example
White with #C9C66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C66F; }
p { color: rgb(201,198,111); }
H1.HeaderClassName
{
color: #C9C66F;
}
.AnyTagClassName
{
color: #C9C66F;
}
</style>
background-color css
<style>
a { background-color: #C9C66F; }
a { background-color: rgb(201,198,111); }
div.DivClassName
{
background-color: #C9C66F;
}
.BgClassName
{
background-color: #C9C66F;
}
</style>
border-color css
<style>
span { border-color: #C9C66F; }
span { border-color: rgb(201,198,111); }
td.TdClassName
{
border-color: #C9C66F;
}
.TagClassName
{
border-color: #C9C66F;
}
</style>