Shades of Flamenco #DB8B49
Tints of Flamenco #DB8B49
RGB
CMYK
RGB Variations
Color information
#DB8B49 (or 0xDB8B49) is known color: Flamenco. HEX triplet: DB, 8B and 49. RGB value is (219,139,73). Sum of RGB (Red+Green+Blue) = 219+139+73=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8B49 is #2474B6. Grayscale: #9B9B9B. Windows color (decimal): -2389175 or 4819931. OLE color: 4819931.
HSL color Cylindrical-coordinate representation of color #DB8B49: hue angle of 27.12º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB8B49 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 73 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.14 |
| HSL | 27.12º | 0.67% | 0.57% | - |
| HSV(B) | 27.12º | 0.67% | 0.86% | - |
| XYZ | 39.65 | 34.01 | 10.78 | - |
| YUV | 155.4 | 81.5 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 73 | 0 | 0.37 | 0.67 | 0.14 | 27.12 | 0.67 | 0.57 |
| Hex | DB | 8B | 49 | 0 | 25 | 43 | E | 1B | 43 | 39 |
| Octal | 333 | 213 | 111 | 0 | 45 | 103 | 16 | 33 | 103 | 71 |
| Binary | 11011011 | 10001011 | 1001001 | 0 | 100101 | 1000011 | 1110 | 11011 | 1000011 | 111001 |
Color Harmonies of #DB8B49
Complementary color
Monochromatic Colors of #DB8B49
Black with #DB8B49
Text Example
Text Example
White with #DB8B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B49; }
p { color: rgb(219,139,73); }
H1.HeaderClassName
{
color: #DB8B49;
}
.AnyTagClassName
{
color: #DB8B49;
}
</style>
background-color css
<style>
a { background-color: #DB8B49; }
a { background-color: rgb(219,139,73); }
div.DivClassName
{
background-color: #DB8B49;
}
.BgClassName
{
background-color: #DB8B49;
}
</style>
border-color css
<style>
span { border-color: #DB8B49; }
span { border-color: rgb(219,139,73); }
td.TdClassName
{
border-color: #DB8B49;
}
.TagClassName
{
border-color: #DB8B49;
}
</style>