Shades of Flamingo #DB604B
Tints of Flamingo #DB604B
RGB
CMYK
RGB Variations
Color information
#DB604B (or 0xDB604B) is known color: Flamingo. HEX triplet: DB, 60 and 4B. RGB value is (219,96,75). Sum of RGB (Red+Green+Blue) = 219+96+75=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB604B is #249FB4. Grayscale: #828282. Windows color (decimal): -2400181 or 4939995. OLE color: 4939995.
HSL color Cylindrical-coordinate representation of color #DB604B: hue angle of 8.75º 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 #DB604B is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 75 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.14 |
| HSL | 8.75º | 0.67% | 0.58% | - |
| HSV(B) | 8.75º | 0.66% | 0.86% | - |
| XYZ | 34.67 | 23.93 | 9.45 | - |
| YUV | 130.38 | 96.75 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 75 | 0 | 0.56 | 0.66 | 0.14 | 8.75 | 0.67 | 0.58 |
| Hex | DB | 60 | 4B | 0 | 38 | 42 | E | 9 | 43 | 3A |
| Octal | 333 | 140 | 113 | 0 | 70 | 102 | 16 | 11 | 103 | 72 |
| Binary | 11011011 | 1100000 | 1001011 | 0 | 111000 | 1000010 | 1110 | 1001 | 1000011 | 111010 |
Color Harmonies of #DB604B
Complementary color
Monochromatic Colors of #DB604B
Black with #DB604B
Text Example
Text Example
White with #DB604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB604B; }
p { color: rgb(219,96,75); }
H1.HeaderClassName
{
color: #DB604B;
}
.AnyTagClassName
{
color: #DB604B;
}
</style>
background-color css
<style>
a { background-color: #DB604B; }
a { background-color: rgb(219,96,75); }
div.DivClassName
{
background-color: #DB604B;
}
.BgClassName
{
background-color: #DB604B;
}
</style>
border-color css
<style>
span { border-color: #DB604B; }
span { border-color: rgb(219,96,75); }
td.TdClassName
{
border-color: #DB604B;
}
.TagClassName
{
border-color: #DB604B;
}
</style>