Shades of Flamingo #DB694A
Tints of Flamingo #DB694A
RGB
CMYK
RGB Variations
Color information
#DB694A (or 0xDB694A) is known color: Flamingo. HEX triplet: DB, 69 and 4A. RGB value is (219,105,74). Sum of RGB (Red+Green+Blue) = 219+105+74=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB694A is #2496B5. Grayscale: #878787. Windows color (decimal): -2397878 or 4876763. OLE color: 4876763.
HSL color Cylindrical-coordinate representation of color #DB694A: hue angle of 12.83º 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 #DB694A is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 74 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.14 |
| HSL | 12.83º | 0.67% | 0.57% | - |
| HSV(B) | 12.83º | 0.66% | 0.86% | - |
| XYZ | 35.5 | 25.66 | 9.56 | - |
| YUV | 135.55 | 93.27 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 74 | 0 | 0.52 | 0.66 | 0.14 | 12.83 | 0.67 | 0.57 |
| Hex | DB | 69 | 4A | 0 | 34 | 42 | E | D | 43 | 39 |
| Octal | 333 | 151 | 112 | 0 | 64 | 102 | 16 | 15 | 103 | 71 |
| Binary | 11011011 | 1101001 | 1001010 | 0 | 110100 | 1000010 | 1110 | 1101 | 1000011 | 111001 |
Color Harmonies of #DB694A
Complementary color
Monochromatic Colors of #DB694A
Black with #DB694A
Text Example
Text Example
White with #DB694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB694A; }
p { color: rgb(219,105,74); }
H1.HeaderClassName
{
color: #DB694A;
}
.AnyTagClassName
{
color: #DB694A;
}
</style>
background-color css
<style>
a { background-color: #DB694A; }
a { background-color: rgb(219,105,74); }
div.DivClassName
{
background-color: #DB694A;
}
.BgClassName
{
background-color: #DB694A;
}
</style>
border-color css
<style>
span { border-color: #DB694A; }
span { border-color: rgb(219,105,74); }
td.TdClassName
{
border-color: #DB694A;
}
.TagClassName
{
border-color: #DB694A;
}
</style>