Shades of Brandy #DBB38F
Tints of Brandy #DBB38F
RGB
CMYK
RGB Variations
Color information
#DBB38F (or 0xDBB38F) is known color: Brandy. HEX triplet: DB, B3 and 8F. RGB value is (219,179,143). Sum of RGB (Red+Green+Blue) = 219+179+143=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB38F is #244C70. Grayscale: #BBBBBB. Windows color (decimal): -2378865 or 9417691. OLE color: 9417691.
HSL color Cylindrical-coordinate representation of color #DBB38F: hue angle of 28.42º 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 #DBB38F is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 143 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.14 |
| HSL | 28.42º | 0.51% | 0.71% | - |
| HSV(B) | 28.42º | 0.35% | 0.86% | - |
| XYZ | 50.29 | 49.28 | 32.85 | - |
| YUV | 186.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 143 | 0 | 0.18 | 0.35 | 0.14 | 28.42 | 0.51 | 0.71 |
| Hex | DB | B3 | 8F | 0 | 12 | 23 | E | 1C | 33 | 47 |
| Octal | 333 | 263 | 217 | 0 | 22 | 43 | 16 | 34 | 63 | 107 |
| Binary | 11011011 | 10110011 | 10001111 | 0 | 10010 | 100011 | 1110 | 11100 | 110011 | 1000111 |
Color Harmonies of #DBB38F
Complementary color
Monochromatic Colors of #DBB38F
Black with #DBB38F
Text Example
Text Example
White with #DBB38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB38F; }
p { color: rgb(219,179,143); }
H1.HeaderClassName
{
color: #DBB38F;
}
.AnyTagClassName
{
color: #DBB38F;
}
</style>
background-color css
<style>
a { background-color: #DBB38F; }
a { background-color: rgb(219,179,143); }
div.DivClassName
{
background-color: #DBB38F;
}
.BgClassName
{
background-color: #DBB38F;
}
</style>
border-color css
<style>
span { border-color: #DBB38F; }
span { border-color: rgb(219,179,143); }
td.TdClassName
{
border-color: #DBB38F;
}
.TagClassName
{
border-color: #DBB38F;
}
</style>