Shades of Dark Khaki #C8C56D
Tints of Dark Khaki #C8C56D
RGB
CMYK
RGB Variations
Color information
#C8C56D (or 0xC8C56D) is known color: Dark Khaki. HEX triplet: C8, C5 and 6D. RGB value is (200,197,109). Sum of RGB (Red+Green+Blue) = 200+197+109=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C56D is #373A92. Grayscale: #BCBCBC. Windows color (decimal): -3619475 or 7194056. OLE color: 7194056.
HSL color Cylindrical-coordinate representation of color #C8C56D: hue angle of 58.02º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8C56D is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 109 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.22 |
| HSL | 58.02º | 0.45% | 0.61% | - |
| HSV(B) | 58.02º | 0.46% | 0.78% | - |
| XYZ | 46.55 | 53.32 | 22.31 | - |
| YUV | 187.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 109 | 0 | 0.02 | 0.46 | 0.22 | 58.02 | 0.45 | 0.61 |
| Hex | C8 | C5 | 6D | 0 | 2 | 2E | 16 | 3A | 2D | 3D |
| Octal | 310 | 305 | 155 | 0 | 2 | 56 | 26 | 72 | 55 | 75 |
| Binary | 11001000 | 11000101 | 1101101 | 0 | 10 | 101110 | 10110 | 111010 | 101101 | 111101 |
Color Harmonies of #C8C56D
Complementary color
Monochromatic Colors of #C8C56D
Black with #C8C56D
Text Example
Text Example
White with #C8C56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C56D; }
p { color: rgb(200,197,109); }
H1.HeaderClassName
{
color: #C8C56D;
}
.AnyTagClassName
{
color: #C8C56D;
}
</style>
background-color css
<style>
a { background-color: #C8C56D; }
a { background-color: rgb(200,197,109); }
div.DivClassName
{
background-color: #C8C56D;
}
.BgClassName
{
background-color: #C8C56D;
}
</style>
border-color css
<style>
span { border-color: #C8C56D; }
span { border-color: rgb(200,197,109); }
td.TdClassName
{
border-color: #C8C56D;
}
.TagClassName
{
border-color: #C8C56D;
}
</style>