Shades of Dark Khaki #C9BD70
Tints of Dark Khaki #C9BD70
RGB
CMYK
RGB Variations
Color information
#C9BD70 (or 0xC9BD70) is known color: Dark Khaki. HEX triplet: C9, BD and 70. RGB value is (201,189,112). Sum of RGB (Red+Green+Blue) = 201+189+112=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BD70 is #36428F. Grayscale: #B8B8B8. Windows color (decimal): -3555984 or 7388617. OLE color: 7388617.
HSL color Cylindrical-coordinate representation of color #C9BD70: hue angle of 51.91º 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 #C9BD70 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 112 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.21 |
| HSL | 51.91º | 0.45% | 0.61% | - |
| HSV(B) | 51.91º | 0.44% | 0.79% | - |
| XYZ | 45.21 | 49.98 | 22.59 | - |
| YUV | 183.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 112 | 0 | 0.06 | 0.44 | 0.21 | 51.91 | 0.45 | 0.61 |
| Hex | C9 | BD | 70 | 0 | 6 | 2C | 15 | 34 | 2D | 3D |
| Octal | 311 | 275 | 160 | 0 | 6 | 54 | 25 | 64 | 55 | 75 |
| Binary | 11001001 | 10111101 | 1110000 | 0 | 110 | 101100 | 10101 | 110100 | 101101 | 111101 |
Color Harmonies of #C9BD70
Complementary color
Monochromatic Colors of #C9BD70
Black with #C9BD70
Text Example
Text Example
White with #C9BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BD70; }
p { color: rgb(201,189,112); }
H1.HeaderClassName
{
color: #C9BD70;
}
.AnyTagClassName
{
color: #C9BD70;
}
</style>
background-color css
<style>
a { background-color: #C9BD70; }
a { background-color: rgb(201,189,112); }
div.DivClassName
{
background-color: #C9BD70;
}
.BgClassName
{
background-color: #C9BD70;
}
</style>
border-color css
<style>
span { border-color: #C9BD70; }
span { border-color: rgb(201,189,112); }
td.TdClassName
{
border-color: #C9BD70;
}
.TagClassName
{
border-color: #C9BD70;
}
</style>