Shades of Dark Khaki #C7BD74
Tints of Dark Khaki #C7BD74
RGB
CMYK
RGB Variations
Color information
#C7BD74 (or 0xC7BD74) is known color: Dark Khaki. HEX triplet: C7, BD and 74. RGB value is (199,189,116). Sum of RGB (Red+Green+Blue) = 199+189+116=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BD74 is #38428B. Grayscale: #B7B7B7. Windows color (decimal): -3687052 or 7650759. OLE color: 7650759.
HSL color Cylindrical-coordinate representation of color #C7BD74: hue angle of 52.77º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7BD74 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 189 | 116 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.22 |
| HSL | 52.77º | 0.43% | 0.62% | - |
| HSV(B) | 52.77º | 0.42% | 0.78% | - |
| XYZ | 44.9 | 49.8 | 23.77 | - |
| YUV | 183.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 116 | 0 | 0.05 | 0.42 | 0.22 | 52.77 | 0.43 | 0.62 |
| Hex | C7 | BD | 74 | 0 | 5 | 2A | 16 | 35 | 2B | 3E |
| Octal | 307 | 275 | 164 | 0 | 5 | 52 | 26 | 65 | 53 | 76 |
| Binary | 11000111 | 10111101 | 1110100 | 0 | 101 | 101010 | 10110 | 110101 | 101011 | 111110 |
Color Harmonies of #C7BD74
Complementary color
Monochromatic Colors of #C7BD74
Black with #C7BD74
Text Example
Text Example
White with #C7BD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BD74; }
p { color: rgb(199,189,116); }
H1.HeaderClassName
{
color: #C7BD74;
}
.AnyTagClassName
{
color: #C7BD74;
}
</style>
background-color css
<style>
a { background-color: #C7BD74; }
a { background-color: rgb(199,189,116); }
div.DivClassName
{
background-color: #C7BD74;
}
.BgClassName
{
background-color: #C7BD74;
}
</style>
border-color css
<style>
span { border-color: #C7BD74; }
span { border-color: rgb(199,189,116); }
td.TdClassName
{
border-color: #C7BD74;
}
.TagClassName
{
border-color: #C7BD74;
}
</style>