Shades of Flamenco #DB8A47
Tints of Flamenco #DB8A47
RGB
CMYK
RGB Variations
Color information
#DB8A47 (or 0xDB8A47) is known color: Flamenco. HEX triplet: DB, 8A and 47. RGB value is (219,138,71). Sum of RGB (Red+Green+Blue) = 219+138+71=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A47 is #2475B8. Grayscale: #9A9A9A. Windows color (decimal): -2389433 or 4688603. OLE color: 4688603.
HSL color Cylindrical-coordinate representation of color #DB8A47: hue angle of 27.16º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB8A47 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 71 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.14 |
| HSL | 27.16º | 0.67% | 0.57% | - |
| HSV(B) | 27.16º | 0.68% | 0.86% | - |
| XYZ | 39.44 | 33.69 | 10.39 | - |
| YUV | 154.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 71 | 0 | 0.37 | 0.68 | 0.14 | 27.16 | 0.67 | 0.57 |
| Hex | DB | 8A | 47 | 0 | 25 | 44 | E | 1B | 43 | 39 |
| Octal | 333 | 212 | 107 | 0 | 45 | 104 | 16 | 33 | 103 | 71 |
| Binary | 11011011 | 10001010 | 1000111 | 0 | 100101 | 1000100 | 1110 | 11011 | 1000011 | 111001 |
Color Harmonies of #DB8A47
Complementary color
Monochromatic Colors of #DB8A47
Black with #DB8A47
Text Example
Text Example
White with #DB8A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A47; }
p { color: rgb(219,138,71); }
H1.HeaderClassName
{
color: #DB8A47;
}
.AnyTagClassName
{
color: #DB8A47;
}
</style>
background-color css
<style>
a { background-color: #DB8A47; }
a { background-color: rgb(219,138,71); }
div.DivClassName
{
background-color: #DB8A47;
}
.BgClassName
{
background-color: #DB8A47;
}
</style>
border-color css
<style>
span { border-color: #DB8A47; }
span { border-color: rgb(219,138,71); }
td.TdClassName
{
border-color: #DB8A47;
}
.TagClassName
{
border-color: #DB8A47;
}
</style>