Shades of Brandy #DBB68E
Tints of Brandy #DBB68E
RGB
CMYK
RGB Variations
Color information
#DBB68E (or 0xDBB68E) is known color: Brandy. HEX triplet: DB, B6 and 8E. RGB value is (219,182,142). Sum of RGB (Red+Green+Blue) = 219+182+142=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB68E is #244971. Grayscale: #BCBCBC. Windows color (decimal): -2378098 or 9352923. OLE color: 9352923.
HSL color Cylindrical-coordinate representation of color #DBB68E: hue angle of 31.17º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBB68E is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 142 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.14 |
| HSL | 31.17º | 0.52% | 0.71% | - |
| HSV(B) | 31.17º | 0.35% | 0.86% | - |
| XYZ | 50.82 | 50.47 | 32.65 | - |
| YUV | 188.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 142 | 0 | 0.17 | 0.35 | 0.14 | 31.17 | 0.52 | 0.71 |
| Hex | DB | B6 | 8E | 0 | 11 | 23 | E | 1F | 34 | 47 |
| Octal | 333 | 266 | 216 | 0 | 21 | 43 | 16 | 37 | 64 | 107 |
| Binary | 11011011 | 10110110 | 10001110 | 0 | 10001 | 100011 | 1110 | 11111 | 110100 | 1000111 |
Color Harmonies of #DBB68E
Complementary color
Monochromatic Colors of #DBB68E
Black with #DBB68E
Text Example
Text Example
White with #DBB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB68E; }
p { color: rgb(219,182,142); }
H1.HeaderClassName
{
color: #DBB68E;
}
.AnyTagClassName
{
color: #DBB68E;
}
</style>
background-color css
<style>
a { background-color: #DBB68E; }
a { background-color: rgb(219,182,142); }
div.DivClassName
{
background-color: #DBB68E;
}
.BgClassName
{
background-color: #DBB68E;
}
</style>
border-color css
<style>
span { border-color: #DBB68E; }
span { border-color: rgb(219,182,142); }
td.TdClassName
{
border-color: #DBB68E;
}
.TagClassName
{
border-color: #DBB68E;
}
</style>