Shades of Brandy #DBB18F
Tints of Brandy #DBB18F
RGB
CMYK
RGB Variations
Color information
#DBB18F (or 0xDBB18F) is known color: Brandy. HEX triplet: DB, B1 and 8F. RGB value is (219,177,143). Sum of RGB (Red+Green+Blue) = 219+177+143=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB18F is #244E70. Grayscale: #B9B9B9. Windows color (decimal): -2379377 or 9417179. OLE color: 9417179.
HSL color Cylindrical-coordinate representation of color #DBB18F: hue angle of 26.84º 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 #DBB18F is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 143 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.14 |
| HSL | 26.84º | 0.51% | 0.71% | - |
| HSV(B) | 26.84º | 0.35% | 0.86% | - |
| XYZ | 49.89 | 48.49 | 32.72 | - |
| YUV | 185.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 143 | 0 | 0.19 | 0.35 | 0.14 | 26.84 | 0.51 | 0.71 |
| Hex | DB | B1 | 8F | 0 | 13 | 23 | E | 1B | 33 | 47 |
| Octal | 333 | 261 | 217 | 0 | 23 | 43 | 16 | 33 | 63 | 107 |
| Binary | 11011011 | 10110001 | 10001111 | 0 | 10011 | 100011 | 1110 | 11011 | 110011 | 1000111 |
Color Harmonies of #DBB18F
Complementary color
Monochromatic Colors of #DBB18F
Black with #DBB18F
Text Example
Text Example
White with #DBB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB18F; }
p { color: rgb(219,177,143); }
H1.HeaderClassName
{
color: #DBB18F;
}
.AnyTagClassName
{
color: #DBB18F;
}
</style>
background-color css
<style>
a { background-color: #DBB18F; }
a { background-color: rgb(219,177,143); }
div.DivClassName
{
background-color: #DBB18F;
}
.BgClassName
{
background-color: #DBB18F;
}
</style>
border-color css
<style>
span { border-color: #DBB18F; }
span { border-color: rgb(219,177,143); }
td.TdClassName
{
border-color: #DBB18F;
}
.TagClassName
{
border-color: #DBB18F;
}
</style>