Shades of Dark Khaki #C9C670
Tints of Dark Khaki #C9C670
RGB
CMYK
RGB Variations
Color information
#C9C670 (or 0xC9C670) is known color: Dark Khaki. HEX triplet: C9, C6 and 70. RGB value is (201,198,112). Sum of RGB (Red+Green+Blue) = 201+198+112=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C670 is #36398F. Grayscale: #BDBDBD. Windows color (decimal): -3553680 or 7390921. OLE color: 7390921.
HSL color Cylindrical-coordinate representation of color #C9C670: hue angle of 57.98º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9C670 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 112 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.21 |
| HSL | 57.98º | 0.45% | 0.61% | - |
| HSV(B) | 57.98º | 0.44% | 0.79% | - |
| XYZ | 47.21 | 53.98 | 23.26 | - |
| YUV | 189.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 112 | 0 | 0.01 | 0.44 | 0.21 | 57.98 | 0.45 | 0.61 |
| Hex | C9 | C6 | 70 | 0 | 1 | 2C | 15 | 3A | 2D | 3D |
| Octal | 311 | 306 | 160 | 0 | 1 | 54 | 25 | 72 | 55 | 75 |
| Binary | 11001001 | 11000110 | 1110000 | 0 | 1 | 101100 | 10101 | 111010 | 101101 | 111101 |
Color Harmonies of #C9C670
Complementary color
Monochromatic Colors of #C9C670
Black with #C9C670
Text Example
Text Example
White with #C9C670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C670; }
p { color: rgb(201,198,112); }
H1.HeaderClassName
{
color: #C9C670;
}
.AnyTagClassName
{
color: #C9C670;
}
</style>
background-color css
<style>
a { background-color: #C9C670; }
a { background-color: rgb(201,198,112); }
div.DivClassName
{
background-color: #C9C670;
}
.BgClassName
{
background-color: #C9C670;
}
</style>
border-color css
<style>
span { border-color: #C9C670; }
span { border-color: rgb(201,198,112); }
td.TdClassName
{
border-color: #C9C670;
}
.TagClassName
{
border-color: #C9C670;
}
</style>