Shades of Brandy #DBB68D
Tints of Brandy #DBB68D
RGB
CMYK
RGB Variations
Color information
#DBB68D (or 0xDBB68D) is known color: Brandy. HEX triplet: DB, B6 and 8D. RGB value is (219,182,141). Sum of RGB (Red+Green+Blue) = 219+182+141=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB68D is #244972. Grayscale: #BCBCBC. Windows color (decimal): -2378099 or 9287387. OLE color: 9287387.
HSL color Cylindrical-coordinate representation of color #DBB68D: hue angle of 31.54º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBB68D is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 141 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.14 |
| HSL | 31.54º | 0.52% | 0.71% | - |
| HSV(B) | 31.54º | 0.36% | 0.86% | - |
| XYZ | 50.75 | 50.44 | 32.26 | - |
| YUV | 188.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 141 | 0 | 0.17 | 0.36 | 0.14 | 31.54 | 0.52 | 0.71 |
| Hex | DB | B6 | 8D | 0 | 11 | 24 | E | 20 | 34 | 47 |
| Octal | 333 | 266 | 215 | 0 | 21 | 44 | 16 | 40 | 64 | 107 |
| Binary | 11011011 | 10110110 | 10001101 | 0 | 10001 | 100100 | 1110 | 100000 | 110100 | 1000111 |
Color Harmonies of #DBB68D
Complementary color
Monochromatic Colors of #DBB68D
Black with #DBB68D
Text Example
Text Example
White with #DBB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB68D; }
p { color: rgb(219,182,141); }
H1.HeaderClassName
{
color: #DBB68D;
}
.AnyTagClassName
{
color: #DBB68D;
}
</style>
background-color css
<style>
a { background-color: #DBB68D; }
a { background-color: rgb(219,182,141); }
div.DivClassName
{
background-color: #DBB68D;
}
.BgClassName
{
background-color: #DBB68D;
}
</style>
border-color css
<style>
span { border-color: #DBB68D; }
span { border-color: rgb(219,182,141); }
td.TdClassName
{
border-color: #DBB68D;
}
.TagClassName
{
border-color: #DBB68D;
}
</style>