Shades of Dark Khaki #BDB366
Tints of Dark Khaki #BDB366
RGB
CMYK
RGB Variations
Color information
#BDB366 (or 0xBDB366) is known color: Dark Khaki. HEX triplet: BD, B3 and 66. RGB value is (189,179,102). Sum of RGB (Red+Green+Blue) = 189+179+102=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB366 is #424C99. Grayscale: #ADADAD. Windows color (decimal): -4344986 or 6730685. OLE color: 6730685.
HSL color Cylindrical-coordinate representation of color #BDB366: hue angle of 53.1º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDB366 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 102 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.26 |
| HSL | 53.1º | 0.4% | 0.57% | - |
| HSV(B) | 53.1º | 0.46% | 0.74% | - |
| XYZ | 39.5 | 44.02 | 18.98 | - |
| YUV | 173.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 102 | 0 | 0.05 | 0.46 | 0.26 | 53.1 | 0.4 | 0.57 |
| Hex | BD | B3 | 66 | 0 | 5 | 2E | 1A | 35 | 28 | 39 |
| Octal | 275 | 263 | 146 | 0 | 5 | 56 | 32 | 65 | 50 | 71 |
| Binary | 10111101 | 10110011 | 1100110 | 0 | 101 | 101110 | 11010 | 110101 | 101000 | 111001 |
Color Harmonies of #BDB366
Complementary color
Monochromatic Colors of #BDB366
Black with #BDB366
Text Example
Text Example
White with #BDB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB366; }
p { color: rgb(189,179,102); }
H1.HeaderClassName
{
color: #BDB366;
}
.AnyTagClassName
{
color: #BDB366;
}
</style>
background-color css
<style>
a { background-color: #BDB366; }
a { background-color: rgb(189,179,102); }
div.DivClassName
{
background-color: #BDB366;
}
.BgClassName
{
background-color: #BDB366;
}
</style>
border-color css
<style>
span { border-color: #BDB366; }
span { border-color: rgb(189,179,102); }
td.TdClassName
{
border-color: #BDB366;
}
.TagClassName
{
border-color: #BDB366;
}
</style>