Shades of Flamingo #DB604A
Tints of Flamingo #DB604A
RGB
CMYK
RGB Variations
Color information
#DB604A (or 0xDB604A) is known color: Flamingo. HEX triplet: DB, 60 and 4A. RGB value is (219,96,74). Sum of RGB (Red+Green+Blue) = 219+96+74=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB604A is #249FB5. Grayscale: #828282. Windows color (decimal): -2400182 or 4874459. OLE color: 4874459.
HSL color Cylindrical-coordinate representation of color #DB604A: hue angle of 9.1º 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 #DB604A is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 74 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.14 |
| HSL | 9.1º | 0.67% | 0.57% | - |
| HSV(B) | 9.1º | 0.66% | 0.86% | - |
| XYZ | 34.63 | 23.92 | 9.27 | - |
| YUV | 130.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 74 | 0 | 0.56 | 0.66 | 0.14 | 9.1 | 0.67 | 0.57 |
| Hex | DB | 60 | 4A | 0 | 38 | 42 | E | 9 | 43 | 39 |
| Octal | 333 | 140 | 112 | 0 | 70 | 102 | 16 | 11 | 103 | 71 |
| Binary | 11011011 | 1100000 | 1001010 | 0 | 111000 | 1000010 | 1110 | 1001 | 1000011 | 111001 |
Color Harmonies of #DB604A
Complementary color
Monochromatic Colors of #DB604A
Black with #DB604A
Text Example
Text Example
White with #DB604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB604A; }
p { color: rgb(219,96,74); }
H1.HeaderClassName
{
color: #DB604A;
}
.AnyTagClassName
{
color: #DB604A;
}
</style>
background-color css
<style>
a { background-color: #DB604A; }
a { background-color: rgb(219,96,74); }
div.DivClassName
{
background-color: #DB604A;
}
.BgClassName
{
background-color: #DB604A;
}
</style>
border-color css
<style>
span { border-color: #DB604A; }
span { border-color: rgb(219,96,74); }
td.TdClassName
{
border-color: #DB604A;
}
.TagClassName
{
border-color: #DB604A;
}
</style>