Shades of Dark Khaki #C4BD67
Tints of Dark Khaki #C4BD67
RGB
CMYK
RGB Variations
Color information
#C4BD67 (or 0xC4BD67) is known color: Dark Khaki. HEX triplet: C4, BD and 67. RGB value is (196,189,103). Sum of RGB (Red+Green+Blue) = 196+189+103=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD67 is #3B4298. Grayscale: #B5B5B5. Windows color (decimal): -3883673 or 6798788. OLE color: 6798788.
HSL color Cylindrical-coordinate representation of color #C4BD67: hue angle of 55.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4BD67 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 103 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.23 |
| HSL | 55.48º | 0.44% | 0.59% | - |
| HSV(B) | 55.48º | 0.47% | 0.77% | - |
| XYZ | 43.41 | 49.11 | 20.02 | - |
| YUV | 181.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 103 | 0 | 0.04 | 0.47 | 0.23 | 55.48 | 0.44 | 0.59 |
| Hex | C4 | BD | 67 | 0 | 4 | 2F | 17 | 37 | 2C | 3B |
| Octal | 304 | 275 | 147 | 0 | 4 | 57 | 27 | 67 | 54 | 73 |
| Binary | 11000100 | 10111101 | 1100111 | 0 | 100 | 101111 | 10111 | 110111 | 101100 | 111011 |
Color Harmonies of #C4BD67
Complementary color
Monochromatic Colors of #C4BD67
Black with #C4BD67
Text Example
Text Example
White with #C4BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD67; }
p { color: rgb(196,189,103); }
H1.HeaderClassName
{
color: #C4BD67;
}
.AnyTagClassName
{
color: #C4BD67;
}
</style>
background-color css
<style>
a { background-color: #C4BD67; }
a { background-color: rgb(196,189,103); }
div.DivClassName
{
background-color: #C4BD67;
}
.BgClassName
{
background-color: #C4BD67;
}
</style>
border-color css
<style>
span { border-color: #C4BD67; }
span { border-color: rgb(196,189,103); }
td.TdClassName
{
border-color: #C4BD67;
}
.TagClassName
{
border-color: #C4BD67;
}
</style>