Shades of Dark Khaki #C4BD69
Tints of Dark Khaki #C4BD69
RGB
CMYK
RGB Variations
Color information
#C4BD69 (or 0xC4BD69) is known color: Dark Khaki. HEX triplet: C4, BD and 69. RGB value is (196,189,105). Sum of RGB (Red+Green+Blue) = 196+189+105=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD69 is #3B4296. Grayscale: #B5B5B5. Windows color (decimal): -3883671 or 6929860. OLE color: 6929860.
HSL color Cylindrical-coordinate representation of color #C4BD69: hue angle of 55.38º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4BD69 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 105 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.23 |
| HSL | 55.38º | 0.44% | 0.59% | - |
| HSV(B) | 55.38º | 0.46% | 0.77% | - |
| XYZ | 43.51 | 49.15 | 20.56 | - |
| YUV | 181.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 105 | 0 | 0.04 | 0.46 | 0.23 | 55.38 | 0.44 | 0.59 |
| Hex | C4 | BD | 69 | 0 | 4 | 2E | 17 | 37 | 2C | 3B |
| Octal | 304 | 275 | 151 | 0 | 4 | 56 | 27 | 67 | 54 | 73 |
| Binary | 11000100 | 10111101 | 1101001 | 0 | 100 | 101110 | 10111 | 110111 | 101100 | 111011 |
Color Harmonies of #C4BD69
Complementary color
Monochromatic Colors of #C4BD69
Black with #C4BD69
Text Example
Text Example
White with #C4BD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD69; }
p { color: rgb(196,189,105); }
H1.HeaderClassName
{
color: #C4BD69;
}
.AnyTagClassName
{
color: #C4BD69;
}
</style>
background-color css
<style>
a { background-color: #C4BD69; }
a { background-color: rgb(196,189,105); }
div.DivClassName
{
background-color: #C4BD69;
}
.BgClassName
{
background-color: #C4BD69;
}
</style>
border-color css
<style>
span { border-color: #C4BD69; }
span { border-color: rgb(196,189,105); }
td.TdClassName
{
border-color: #C4BD69;
}
.TagClassName
{
border-color: #C4BD69;
}
</style>