Shades of Brandy #DBB28E
Tints of Brandy #DBB28E
RGB
CMYK
RGB Variations
Color information
#DBB28E (or 0xDBB28E) is known color: Brandy. HEX triplet: DB, B2 and 8E. RGB value is (219,178,142). Sum of RGB (Red+Green+Blue) = 219+178+142=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB28E is #244D71. Grayscale: #BABABA. Windows color (decimal): -2379122 or 9351899. OLE color: 9351899.
HSL color Cylindrical-coordinate representation of color #DBB28E: hue angle of 28.05º degrees, saturation: 0.52, 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 #DBB28E is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 142 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.14 |
| HSL | 28.05º | 0.52% | 0.71% | - |
| HSV(B) | 28.05º | 0.35% | 0.86% | - |
| XYZ | 50.02 | 48.85 | 32.38 | - |
| YUV | 186.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 142 | 0 | 0.19 | 0.35 | 0.14 | 28.05 | 0.52 | 0.71 |
| Hex | DB | B2 | 8E | 0 | 13 | 23 | E | 1C | 34 | 47 |
| Octal | 333 | 262 | 216 | 0 | 23 | 43 | 16 | 34 | 64 | 107 |
| Binary | 11011011 | 10110010 | 10001110 | 0 | 10011 | 100011 | 1110 | 11100 | 110100 | 1000111 |
Color Harmonies of #DBB28E
Complementary color
Monochromatic Colors of #DBB28E
Black with #DBB28E
Text Example
Text Example
White with #DBB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB28E; }
p { color: rgb(219,178,142); }
H1.HeaderClassName
{
color: #DBB28E;
}
.AnyTagClassName
{
color: #DBB28E;
}
</style>
background-color css
<style>
a { background-color: #DBB28E; }
a { background-color: rgb(219,178,142); }
div.DivClassName
{
background-color: #DBB28E;
}
.BgClassName
{
background-color: #DBB28E;
}
</style>
border-color css
<style>
span { border-color: #DBB28E; }
span { border-color: rgb(219,178,142); }
td.TdClassName
{
border-color: #DBB28E;
}
.TagClassName
{
border-color: #DBB28E;
}
</style>