Shades of Brandy #DBB68B
Tints of Brandy #DBB68B
RGB
CMYK
RGB Variations
Color information
#DBB68B (or 0xDBB68B) is known color: Brandy. HEX triplet: DB, B6 and 8B. RGB value is (219,182,139). Sum of RGB (Red+Green+Blue) = 219+182+139=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB68B is #244974. Grayscale: #BCBCBC. Windows color (decimal): -2378101 or 9156315. OLE color: 9156315.
HSL color Cylindrical-coordinate representation of color #DBB68B: hue angle of 32.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBB68B is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 139 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.14 |
| HSL | 32.25º | 0.53% | 0.7% | - |
| HSV(B) | 32.25º | 0.37% | 0.86% | - |
| XYZ | 50.6 | 50.38 | 31.48 | - |
| YUV | 188.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 139 | 0 | 0.17 | 0.37 | 0.14 | 32.25 | 0.53 | 0.7 |
| Hex | DB | B6 | 8B | 0 | 11 | 25 | E | 20 | 35 | 46 |
| Octal | 333 | 266 | 213 | 0 | 21 | 45 | 16 | 40 | 65 | 106 |
| Binary | 11011011 | 10110110 | 10001011 | 0 | 10001 | 100101 | 1110 | 100000 | 110101 | 1000110 |
Color Harmonies of #DBB68B
Complementary color
Monochromatic Colors of #DBB68B
Black with #DBB68B
Text Example
Text Example
White with #DBB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB68B; }
p { color: rgb(219,182,139); }
H1.HeaderClassName
{
color: #DBB68B;
}
.AnyTagClassName
{
color: #DBB68B;
}
</style>
background-color css
<style>
a { background-color: #DBB68B; }
a { background-color: rgb(219,182,139); }
div.DivClassName
{
background-color: #DBB68B;
}
.BgClassName
{
background-color: #DBB68B;
}
</style>
border-color css
<style>
span { border-color: #DBB68B; }
span { border-color: rgb(219,182,139); }
td.TdClassName
{
border-color: #DBB68B;
}
.TagClassName
{
border-color: #DBB68B;
}
</style>