Shades of Flamingo #DB674E
Tints of Flamingo #DB674E
RGB
CMYK
RGB Variations
Color information
#DB674E (or 0xDB674E) is known color: Flamingo. HEX triplet: DB, 67 and 4E. RGB value is (219,103,78). Sum of RGB (Red+Green+Blue) = 219+103+78=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB674E is #2498B1. Grayscale: #878787. Windows color (decimal): -2398386 or 5138395. OLE color: 5138395.
HSL color Cylindrical-coordinate representation of color #DB674E: hue angle of 10.64º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB674E is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 78 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.14 |
| HSL | 10.64º | 0.66% | 0.58% | - |
| HSV(B) | 10.64º | 0.64% | 0.86% | - |
| XYZ | 35.44 | 25.31 | 10.23 | - |
| YUV | 134.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 78 | 0 | 0.53 | 0.64 | 0.14 | 10.64 | 0.66 | 0.58 |
| Hex | DB | 67 | 4E | 0 | 35 | 40 | E | B | 42 | 3A |
| Octal | 333 | 147 | 116 | 0 | 65 | 100 | 16 | 13 | 102 | 72 |
| Binary | 11011011 | 1100111 | 1001110 | 0 | 110101 | 1000000 | 1110 | 1011 | 1000010 | 111010 |
Color Harmonies of #DB674E
Complementary color
Monochromatic Colors of #DB674E
Black with #DB674E
Text Example
Text Example
White with #DB674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB674E; }
p { color: rgb(219,103,78); }
H1.HeaderClassName
{
color: #DB674E;
}
.AnyTagClassName
{
color: #DB674E;
}
</style>
background-color css
<style>
a { background-color: #DB674E; }
a { background-color: rgb(219,103,78); }
div.DivClassName
{
background-color: #DB674E;
}
.BgClassName
{
background-color: #DB674E;
}
</style>
border-color css
<style>
span { border-color: #DB674E; }
span { border-color: rgb(219,103,78); }
td.TdClassName
{
border-color: #DB674E;
}
.TagClassName
{
border-color: #DB674E;
}
</style>