Shades of Flamingo #DB684A
Tints of Flamingo #DB684A
RGB
CMYK
RGB Variations
Color information
#DB684A (or 0xDB684A) is known color: Flamingo. HEX triplet: DB, 68 and 4A. RGB value is (219,104,74). Sum of RGB (Red+Green+Blue) = 219+104+74=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB684A is #2497B5. Grayscale: #878787. Windows color (decimal): -2398134 or 4876507. OLE color: 4876507.
HSL color Cylindrical-coordinate representation of color #DB684A: hue angle of 12.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB684A is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 74 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.14 |
| HSL | 12.41º | 0.67% | 0.57% | - |
| HSV(B) | 12.41º | 0.66% | 0.86% | - |
| XYZ | 35.4 | 25.46 | 9.53 | - |
| YUV | 134.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 74 | 0 | 0.53 | 0.66 | 0.14 | 12.41 | 0.67 | 0.57 |
| Hex | DB | 68 | 4A | 0 | 35 | 42 | E | C | 43 | 39 |
| Octal | 333 | 150 | 112 | 0 | 65 | 102 | 16 | 14 | 103 | 71 |
| Binary | 11011011 | 1101000 | 1001010 | 0 | 110101 | 1000010 | 1110 | 1100 | 1000011 | 111001 |
Color Harmonies of #DB684A
Complementary color
Monochromatic Colors of #DB684A
Black with #DB684A
Text Example
Text Example
White with #DB684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB684A; }
p { color: rgb(219,104,74); }
H1.HeaderClassName
{
color: #DB684A;
}
.AnyTagClassName
{
color: #DB684A;
}
</style>
background-color css
<style>
a { background-color: #DB684A; }
a { background-color: rgb(219,104,74); }
div.DivClassName
{
background-color: #DB684A;
}
.BgClassName
{
background-color: #DB684A;
}
</style>
border-color css
<style>
span { border-color: #DB684A; }
span { border-color: rgb(219,104,74); }
td.TdClassName
{
border-color: #DB684A;
}
.TagClassName
{
border-color: #DB684A;
}
</style>