Shades of Flamingo #DB674D
Tints of Flamingo #DB674D
RGB
CMYK
RGB Variations
Color information
#DB674D (or 0xDB674D) is known color: Flamingo. HEX triplet: DB, 67 and 4D. RGB value is (219,103,77). Sum of RGB (Red+Green+Blue) = 219+103+77=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB674D is #2498B2. Grayscale: #868686. Windows color (decimal): -2398387 or 5072859. OLE color: 5072859.
HSL color Cylindrical-coordinate representation of color #DB674D: hue angle of 10.99º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB674D is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 77 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.14 |
| HSL | 10.99º | 0.66% | 0.58% | - |
| HSV(B) | 10.99º | 0.65% | 0.86% | - |
| XYZ | 35.4 | 25.3 | 10.04 | - |
| YUV | 134.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 77 | 0 | 0.53 | 0.65 | 0.14 | 10.99 | 0.66 | 0.58 |
| Hex | DB | 67 | 4D | 0 | 35 | 41 | E | B | 42 | 3A |
| Octal | 333 | 147 | 115 | 0 | 65 | 101 | 16 | 13 | 102 | 72 |
| Binary | 11011011 | 1100111 | 1001101 | 0 | 110101 | 1000001 | 1110 | 1011 | 1000010 | 111010 |
Color Harmonies of #DB674D
Complementary color
Monochromatic Colors of #DB674D
Black with #DB674D
Text Example
Text Example
White with #DB674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB674D; }
p { color: rgb(219,103,77); }
H1.HeaderClassName
{
color: #DB674D;
}
.AnyTagClassName
{
color: #DB674D;
}
</style>
background-color css
<style>
a { background-color: #DB674D; }
a { background-color: rgb(219,103,77); }
div.DivClassName
{
background-color: #DB674D;
}
.BgClassName
{
background-color: #DB674D;
}
</style>
border-color css
<style>
span { border-color: #DB674D; }
span { border-color: rgb(219,103,77); }
td.TdClassName
{
border-color: #DB674D;
}
.TagClassName
{
border-color: #DB674D;
}
</style>