Shades of Dark Khaki #C9C06E
Tints of Dark Khaki #C9C06E
RGB
CMYK
RGB Variations
Color information
#C9C06E (or 0xC9C06E) is known color: Dark Khaki. HEX triplet: C9, C0 and 6E. RGB value is (201,192,110). Sum of RGB (Red+Green+Blue) = 201+192+110=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C06E is #363F91. Grayscale: #B9B9B9. Windows color (decimal): -3555218 or 7258313. OLE color: 7258313.
HSL color Cylindrical-coordinate representation of color #C9C06E: hue angle of 54.07º 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 #C9C06E is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 110 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.21 |
| HSL | 54.07º | 0.46% | 0.61% | - |
| HSV(B) | 54.07º | 0.45% | 0.79% | - |
| XYZ | 45.75 | 51.24 | 22.23 | - |
| YUV | 185.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 110 | 0 | 0.04 | 0.45 | 0.21 | 54.07 | 0.46 | 0.61 |
| Hex | C9 | C0 | 6E | 0 | 4 | 2D | 15 | 36 | 2E | 3D |
| Octal | 311 | 300 | 156 | 0 | 4 | 55 | 25 | 66 | 56 | 75 |
| Binary | 11001001 | 11000000 | 1101110 | 0 | 100 | 101101 | 10101 | 110110 | 101110 | 111101 |
Color Harmonies of #C9C06E
Complementary color
Monochromatic Colors of #C9C06E
Black with #C9C06E
Text Example
Text Example
White with #C9C06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C06E; }
p { color: rgb(201,192,110); }
H1.HeaderClassName
{
color: #C9C06E;
}
.AnyTagClassName
{
color: #C9C06E;
}
</style>
background-color css
<style>
a { background-color: #C9C06E; }
a { background-color: rgb(201,192,110); }
div.DivClassName
{
background-color: #C9C06E;
}
.BgClassName
{
background-color: #C9C06E;
}
</style>
border-color css
<style>
span { border-color: #C9C06E; }
span { border-color: rgb(201,192,110); }
td.TdClassName
{
border-color: #C9C06E;
}
.TagClassName
{
border-color: #C9C06E;
}
</style>