Shades of Flamenco #DB8A48
Tints of Flamenco #DB8A48
RGB
CMYK
RGB Variations
Color information
#DB8A48 (or 0xDB8A48) is known color: Flamenco. HEX triplet: DB, 8A and 48. RGB value is (219,138,72). Sum of RGB (Red+Green+Blue) = 219+138+72=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A48 is #2475B7. Grayscale: #9B9B9B. Windows color (decimal): -2389432 or 4754139. OLE color: 4754139.
HSL color Cylindrical-coordinate representation of color #DB8A48: hue angle of 26.94º 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 #DB8A48 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 72 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.14 |
| HSL | 26.94º | 0.67% | 0.57% | - |
| HSV(B) | 26.94º | 0.67% | 0.86% | - |
| XYZ | 39.47 | 33.7 | 10.56 | - |
| YUV | 154.7 | 81.34 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 72 | 0 | 0.37 | 0.67 | 0.14 | 26.94 | 0.67 | 0.57 |
| Hex | DB | 8A | 48 | 0 | 25 | 43 | E | 1B | 43 | 39 |
| Octal | 333 | 212 | 110 | 0 | 45 | 103 | 16 | 33 | 103 | 71 |
| Binary | 11011011 | 10001010 | 1001000 | 0 | 100101 | 1000011 | 1110 | 11011 | 1000011 | 111001 |
Color Harmonies of #DB8A48
Complementary color
Monochromatic Colors of #DB8A48
Black with #DB8A48
Text Example
Text Example
White with #DB8A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A48; }
p { color: rgb(219,138,72); }
H1.HeaderClassName
{
color: #DB8A48;
}
.AnyTagClassName
{
color: #DB8A48;
}
</style>
background-color css
<style>
a { background-color: #DB8A48; }
a { background-color: rgb(219,138,72); }
div.DivClassName
{
background-color: #DB8A48;
}
.BgClassName
{
background-color: #DB8A48;
}
</style>
border-color css
<style>
span { border-color: #DB8A48; }
span { border-color: rgb(219,138,72); }
td.TdClassName
{
border-color: #DB8A48;
}
.TagClassName
{
border-color: #DB8A48;
}
</style>