Shades of Flamingo #DB694D
Tints of Flamingo #DB694D
RGB
CMYK
RGB Variations
Color information
#DB694D (or 0xDB694D) is known color: Flamingo. HEX triplet: DB, 69 and 4D. RGB value is (219,105,77). Sum of RGB (Red+Green+Blue) = 219+105+77=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB694D is #2496B2. Grayscale: #888888. Windows color (decimal): -2397875 or 5073371. OLE color: 5073371.
HSL color Cylindrical-coordinate representation of color #DB694D: hue angle of 11.83º 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 #DB694D is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 77 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.14 |
| HSL | 11.83º | 0.66% | 0.58% | - |
| HSV(B) | 11.83º | 0.65% | 0.86% | - |
| XYZ | 35.6 | 25.7 | 10.11 | - |
| YUV | 135.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 77 | 0 | 0.52 | 0.65 | 0.14 | 11.83 | 0.66 | 0.58 |
| Hex | DB | 69 | 4D | 0 | 34 | 41 | E | C | 42 | 3A |
| Octal | 333 | 151 | 115 | 0 | 64 | 101 | 16 | 14 | 102 | 72 |
| Binary | 11011011 | 1101001 | 1001101 | 0 | 110100 | 1000001 | 1110 | 1100 | 1000010 | 111010 |
Color Harmonies of #DB694D
Complementary color
Monochromatic Colors of #DB694D
Black with #DB694D
Text Example
Text Example
White with #DB694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB694D; }
p { color: rgb(219,105,77); }
H1.HeaderClassName
{
color: #DB694D;
}
.AnyTagClassName
{
color: #DB694D;
}
</style>
background-color css
<style>
a { background-color: #DB694D; }
a { background-color: rgb(219,105,77); }
div.DivClassName
{
background-color: #DB694D;
}
.BgClassName
{
background-color: #DB694D;
}
</style>
border-color css
<style>
span { border-color: #DB694D; }
span { border-color: rgb(219,105,77); }
td.TdClassName
{
border-color: #DB694D;
}
.TagClassName
{
border-color: #DB694D;
}
</style>