Shades of Dark Khaki #C9BD67
Tints of Dark Khaki #C9BD67
RGB
CMYK
RGB Variations
Color information
#C9BD67 (or 0xC9BD67) is known color: Dark Khaki. HEX triplet: C9, BD and 67. RGB value is (201,189,103). Sum of RGB (Red+Green+Blue) = 201+189+103=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BD67 is #364298. Grayscale: #B7B7B7. Windows color (decimal): -3555993 or 6798793. OLE color: 6798793.
HSL color Cylindrical-coordinate representation of color #C9BD67: hue angle of 52.65º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9BD67 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 103 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.21 |
| HSL | 52.65º | 0.48% | 0.6% | - |
| HSV(B) | 52.65º | 0.49% | 0.79% | - |
| XYZ | 44.73 | 49.79 | 20.09 | - |
| YUV | 182.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 103 | 0 | 0.06 | 0.49 | 0.21 | 52.65 | 0.48 | 0.6 |
| Hex | C9 | BD | 67 | 0 | 6 | 31 | 15 | 35 | 30 | 3C |
| Octal | 311 | 275 | 147 | 0 | 6 | 61 | 25 | 65 | 60 | 74 |
| Binary | 11001001 | 10111101 | 1100111 | 0 | 110 | 110001 | 10101 | 110101 | 110000 | 111100 |
Color Harmonies of #C9BD67
Complementary color
Monochromatic Colors of #C9BD67
Black with #C9BD67
Text Example
Text Example
White with #C9BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BD67; }
p { color: rgb(201,189,103); }
H1.HeaderClassName
{
color: #C9BD67;
}
.AnyTagClassName
{
color: #C9BD67;
}
</style>
background-color css
<style>
a { background-color: #C9BD67; }
a { background-color: rgb(201,189,103); }
div.DivClassName
{
background-color: #C9BD67;
}
.BgClassName
{
background-color: #C9BD67;
}
</style>
border-color css
<style>
span { border-color: #C9BD67; }
span { border-color: rgb(201,189,103); }
td.TdClassName
{
border-color: #C9BD67;
}
.TagClassName
{
border-color: #C9BD67;
}
</style>