Shades of Dark Khaki #C9C067
Tints of Dark Khaki #C9C067
RGB
CMYK
RGB Variations
Color information
#C9C067 (or 0xC9C067) is known color: Dark Khaki. HEX triplet: C9, C0 and 67. RGB value is (201,192,103). Sum of RGB (Red+Green+Blue) = 201+192+103=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C067 is #363F98. Grayscale: #B8B8B8. Windows color (decimal): -3555225 or 6799561. OLE color: 6799561.
HSL color Cylindrical-coordinate representation of color #C9C067: hue angle of 54.49º 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 #C9C067 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 103 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.21 |
| HSL | 54.49º | 0.48% | 0.6% | - |
| HSV(B) | 54.49º | 0.49% | 0.79% | - |
| XYZ | 45.39 | 51.1 | 20.3 | - |
| YUV | 184.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 103 | 0 | 0.04 | 0.49 | 0.21 | 54.49 | 0.48 | 0.6 |
| Hex | C9 | C0 | 67 | 0 | 4 | 31 | 15 | 36 | 30 | 3C |
| Octal | 311 | 300 | 147 | 0 | 4 | 61 | 25 | 66 | 60 | 74 |
| Binary | 11001001 | 11000000 | 1100111 | 0 | 100 | 110001 | 10101 | 110110 | 110000 | 111100 |
Color Harmonies of #C9C067
Complementary color
Monochromatic Colors of #C9C067
Black with #C9C067
Text Example
Text Example
White with #C9C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C067; }
p { color: rgb(201,192,103); }
H1.HeaderClassName
{
color: #C9C067;
}
.AnyTagClassName
{
color: #C9C067;
}
</style>
background-color css
<style>
a { background-color: #C9C067; }
a { background-color: rgb(201,192,103); }
div.DivClassName
{
background-color: #C9C067;
}
.BgClassName
{
background-color: #C9C067;
}
</style>
border-color css
<style>
span { border-color: #C9C067; }
span { border-color: rgb(201,192,103); }
td.TdClassName
{
border-color: #C9C067;
}
.TagClassName
{
border-color: #C9C067;
}
</style>