Shades of Dark Khaki #C9C36E
Tints of Dark Khaki #C9C36E
RGB
CMYK
RGB Variations
Color information
#C9C36E (or 0xC9C36E) is known color: Dark Khaki. HEX triplet: C9, C3 and 6E. RGB value is (201,195,110). Sum of RGB (Red+Green+Blue) = 201+195+110=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C36E is #363C91. Grayscale: #BBBBBB. Windows color (decimal): -3554450 or 7259081. OLE color: 7259081.
HSL color Cylindrical-coordinate representation of color #C9C36E: hue angle of 56.04º 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 #C9C36E is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 110 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.21 |
| HSL | 56.04º | 0.46% | 0.61% | - |
| HSV(B) | 56.04º | 0.45% | 0.79% | - |
| XYZ | 46.42 | 52.57 | 22.45 | - |
| YUV | 187.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 110 | 0 | 0.03 | 0.45 | 0.21 | 56.04 | 0.46 | 0.61 |
| Hex | C9 | C3 | 6E | 0 | 3 | 2D | 15 | 38 | 2E | 3D |
| Octal | 311 | 303 | 156 | 0 | 3 | 55 | 25 | 70 | 56 | 75 |
| Binary | 11001001 | 11000011 | 1101110 | 0 | 11 | 101101 | 10101 | 111000 | 101110 | 111101 |
Color Harmonies of #C9C36E
Complementary color
Monochromatic Colors of #C9C36E
Black with #C9C36E
Text Example
Text Example
White with #C9C36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C36E; }
p { color: rgb(201,195,110); }
H1.HeaderClassName
{
color: #C9C36E;
}
.AnyTagClassName
{
color: #C9C36E;
}
</style>
background-color css
<style>
a { background-color: #C9C36E; }
a { background-color: rgb(201,195,110); }
div.DivClassName
{
background-color: #C9C36E;
}
.BgClassName
{
background-color: #C9C36E;
}
</style>
border-color css
<style>
span { border-color: #C9C36E; }
span { border-color: rgb(201,195,110); }
td.TdClassName
{
border-color: #C9C36E;
}
.TagClassName
{
border-color: #C9C36E;
}
</style>