Shades of Brandy #DBBD8F
Tints of Brandy #DBBD8F
RGB
CMYK
RGB Variations
Color information
#DBBD8F (or 0xDBBD8F) is known color: Brandy. HEX triplet: DB, BD and 8F. RGB value is (219,189,143). Sum of RGB (Red+Green+Blue) = 219+189+143=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD8F is #244270. Grayscale: #C0C0C0. Windows color (decimal): -2376305 or 9420251. OLE color: 9420251.
HSL color Cylindrical-coordinate representation of color #DBBD8F: hue angle of 36.32º degrees, saturation: 0.51, 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 #DBBD8F is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 143 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.14 |
| HSL | 36.32º | 0.51% | 0.71% | - |
| HSV(B) | 36.32º | 0.35% | 0.86% | - |
| XYZ | 52.37 | 53.44 | 33.54 | - |
| YUV | 192.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 143 | 0 | 0.14 | 0.35 | 0.14 | 36.32 | 0.51 | 0.71 |
| Hex | DB | BD | 8F | 0 | E | 23 | E | 24 | 33 | 47 |
| Octal | 333 | 275 | 217 | 0 | 16 | 43 | 16 | 44 | 63 | 107 |
| Binary | 11011011 | 10111101 | 10001111 | 0 | 1110 | 100011 | 1110 | 100100 | 110011 | 1000111 |
Color Harmonies of #DBBD8F
Complementary color
Monochromatic Colors of #DBBD8F
Black with #DBBD8F
Text Example
Text Example
White with #DBBD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD8F; }
p { color: rgb(219,189,143); }
H1.HeaderClassName
{
color: #DBBD8F;
}
.AnyTagClassName
{
color: #DBBD8F;
}
</style>
background-color css
<style>
a { background-color: #DBBD8F; }
a { background-color: rgb(219,189,143); }
div.DivClassName
{
background-color: #DBBD8F;
}
.BgClassName
{
background-color: #DBBD8F;
}
</style>
border-color css
<style>
span { border-color: #DBBD8F; }
span { border-color: rgb(219,189,143); }
td.TdClassName
{
border-color: #DBBD8F;
}
.TagClassName
{
border-color: #DBBD8F;
}
</style>