Shades of Flamenco #DB8B4B
Tints of Flamenco #DB8B4B
RGB
CMYK
RGB Variations
Color information
#DB8B4B (or 0xDB8B4B) is known color: Flamenco. HEX triplet: DB, 8B and 4B. RGB value is (219,139,75). Sum of RGB (Red+Green+Blue) = 219+139+75=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8B4B is #2474B4. Grayscale: #9B9B9B. Windows color (decimal): -2389173 or 4951003. OLE color: 4951003.
HSL color Cylindrical-coordinate representation of color #DB8B4B: hue angle of 26.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB8B4B is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 75 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.14 |
| HSL | 26.67º | 0.67% | 0.58% | - |
| HSV(B) | 26.67º | 0.66% | 0.86% | - |
| XYZ | 39.72 | 34.03 | 11.13 | - |
| YUV | 155.62 | 82.5 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 75 | 0 | 0.37 | 0.66 | 0.14 | 26.67 | 0.67 | 0.58 |
| Hex | DB | 8B | 4B | 0 | 25 | 42 | E | 1B | 43 | 3A |
| Octal | 333 | 213 | 113 | 0 | 45 | 102 | 16 | 33 | 103 | 72 |
| Binary | 11011011 | 10001011 | 1001011 | 0 | 100101 | 1000010 | 1110 | 11011 | 1000011 | 111010 |
Color Harmonies of #DB8B4B
Complementary color
Monochromatic Colors of #DB8B4B
Black with #DB8B4B
Text Example
Text Example
White with #DB8B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B4B; }
p { color: rgb(219,139,75); }
H1.HeaderClassName
{
color: #DB8B4B;
}
.AnyTagClassName
{
color: #DB8B4B;
}
</style>
background-color css
<style>
a { background-color: #DB8B4B; }
a { background-color: rgb(219,139,75); }
div.DivClassName
{
background-color: #DB8B4B;
}
.BgClassName
{
background-color: #DB8B4B;
}
</style>
border-color css
<style>
span { border-color: #DB8B4B; }
span { border-color: rgb(219,139,75); }
td.TdClassName
{
border-color: #DB8B4B;
}
.TagClassName
{
border-color: #DB8B4B;
}
</style>