Shades of Flamingo #DB654A
Tints of Flamingo #DB654A
RGB
CMYK
RGB Variations
Color information
#DB654A (or 0xDB654A) is known color: Flamingo. HEX triplet: DB, 65 and 4A. RGB value is (219,101,74). Sum of RGB (Red+Green+Blue) = 219+101+74=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB654A is #249AB5. Grayscale: #858585. Windows color (decimal): -2398902 or 4875739. OLE color: 4875739.
HSL color Cylindrical-coordinate representation of color #DB654A: hue angle of 11.17º 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 #DB654A is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 74 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.14 |
| HSL | 11.17º | 0.67% | 0.57% | - |
| HSV(B) | 11.17º | 0.66% | 0.86% | - |
| XYZ | 35.1 | 24.86 | 9.43 | - |
| YUV | 133.2 | 94.59 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 74 | 0 | 0.54 | 0.66 | 0.14 | 11.17 | 0.67 | 0.57 |
| Hex | DB | 65 | 4A | 0 | 36 | 42 | E | B | 43 | 39 |
| Octal | 333 | 145 | 112 | 0 | 66 | 102 | 16 | 13 | 103 | 71 |
| Binary | 11011011 | 1100101 | 1001010 | 0 | 110110 | 1000010 | 1110 | 1011 | 1000011 | 111001 |
Color Harmonies of #DB654A
Complementary color
Monochromatic Colors of #DB654A
Black with #DB654A
Text Example
Text Example
White with #DB654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB654A; }
p { color: rgb(219,101,74); }
H1.HeaderClassName
{
color: #DB654A;
}
.AnyTagClassName
{
color: #DB654A;
}
</style>
background-color css
<style>
a { background-color: #DB654A; }
a { background-color: rgb(219,101,74); }
div.DivClassName
{
background-color: #DB654A;
}
.BgClassName
{
background-color: #DB654A;
}
</style>
border-color css
<style>
span { border-color: #DB654A; }
span { border-color: rgb(219,101,74); }
td.TdClassName
{
border-color: #DB654A;
}
.TagClassName
{
border-color: #DB654A;
}
</style>