Shades of Brandy #DBB68F
Tints of Brandy #DBB68F
RGB
CMYK
RGB Variations
Color information
#DBB68F (or 0xDBB68F) is known color: Brandy. HEX triplet: DB, B6 and 8F. RGB value is (219,182,143). Sum of RGB (Red+Green+Blue) = 219+182+143=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB68F is #244970. Grayscale: #BCBCBC. Windows color (decimal): -2378097 or 9418459. OLE color: 9418459.
HSL color Cylindrical-coordinate representation of color #DBB68F: hue angle of 30.79º 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 #DBB68F is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 143 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.14 |
| HSL | 30.79º | 0.51% | 0.71% | - |
| HSV(B) | 30.79º | 0.35% | 0.86% | - |
| XYZ | 50.9 | 50.5 | 33.05 | - |
| YUV | 188.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 143 | 0 | 0.17 | 0.35 | 0.14 | 30.79 | 0.51 | 0.71 |
| Hex | DB | B6 | 8F | 0 | 11 | 23 | E | 1F | 33 | 47 |
| Octal | 333 | 266 | 217 | 0 | 21 | 43 | 16 | 37 | 63 | 107 |
| Binary | 11011011 | 10110110 | 10001111 | 0 | 10001 | 100011 | 1110 | 11111 | 110011 | 1000111 |
Color Harmonies of #DBB68F
Complementary color
Monochromatic Colors of #DBB68F
Black with #DBB68F
Text Example
Text Example
White with #DBB68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB68F; }
p { color: rgb(219,182,143); }
H1.HeaderClassName
{
color: #DBB68F;
}
.AnyTagClassName
{
color: #DBB68F;
}
</style>
background-color css
<style>
a { background-color: #DBB68F; }
a { background-color: rgb(219,182,143); }
div.DivClassName
{
background-color: #DBB68F;
}
.BgClassName
{
background-color: #DBB68F;
}
</style>
border-color css
<style>
span { border-color: #DBB68F; }
span { border-color: rgb(219,182,143); }
td.TdClassName
{
border-color: #DBB68F;
}
.TagClassName
{
border-color: #DBB68F;
}
</style>