Shades of Flamingo #DB684B
Tints of Flamingo #DB684B
RGB
CMYK
RGB Variations
Color information
#DB684B (or 0xDB684B) is known color: Flamingo. HEX triplet: DB, 68 and 4B. RGB value is (219,104,75). Sum of RGB (Red+Green+Blue) = 219+104+75=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB684B is #2497B4. Grayscale: #878787. Windows color (decimal): -2398133 or 4942043. OLE color: 4942043.
HSL color Cylindrical-coordinate representation of color #DB684B: hue angle of 12.08º 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 #DB684B is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 75 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.14 |
| HSL | 12.08º | 0.67% | 0.58% | - |
| HSV(B) | 12.08º | 0.66% | 0.86% | - |
| XYZ | 35.43 | 25.47 | 9.7 | - |
| YUV | 135.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 75 | 0 | 0.53 | 0.66 | 0.14 | 12.08 | 0.67 | 0.58 |
| Hex | DB | 68 | 4B | 0 | 35 | 42 | E | C | 43 | 3A |
| Octal | 333 | 150 | 113 | 0 | 65 | 102 | 16 | 14 | 103 | 72 |
| Binary | 11011011 | 1101000 | 1001011 | 0 | 110101 | 1000010 | 1110 | 1100 | 1000011 | 111010 |
Color Harmonies of #DB684B
Complementary color
Monochromatic Colors of #DB684B
Black with #DB684B
Text Example
Text Example
White with #DB684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB684B; }
p { color: rgb(219,104,75); }
H1.HeaderClassName
{
color: #DB684B;
}
.AnyTagClassName
{
color: #DB684B;
}
</style>
background-color css
<style>
a { background-color: #DB684B; }
a { background-color: rgb(219,104,75); }
div.DivClassName
{
background-color: #DB684B;
}
.BgClassName
{
background-color: #DB684B;
}
</style>
border-color css
<style>
span { border-color: #DB684B; }
span { border-color: rgb(219,104,75); }
td.TdClassName
{
border-color: #DB684B;
}
.TagClassName
{
border-color: #DB684B;
}
</style>