Shades of Flamingo #DB654F
Tints of Flamingo #DB654F
RGB
CMYK
RGB Variations
Color information
#DB654F (or 0xDB654F) is known color: Flamingo. HEX triplet: DB, 65 and 4F. RGB value is (219,101,79). Sum of RGB (Red+Green+Blue) = 219+101+79=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB654F is #249AB0. Grayscale: #858585. Windows color (decimal): -2398897 or 5203419. OLE color: 5203419.
HSL color Cylindrical-coordinate representation of color #DB654F: hue angle of 9.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB654F is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 79 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.14 |
| HSL | 9.43º | 0.66% | 0.58% | - |
| HSV(B) | 9.43º | 0.64% | 0.86% | - |
| XYZ | 35.28 | 24.93 | 10.35 | - |
| YUV | 133.77 | 97.09 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 79 | 0 | 0.54 | 0.64 | 0.14 | 9.43 | 0.66 | 0.58 |
| Hex | DB | 65 | 4F | 0 | 36 | 40 | E | 9 | 42 | 3A |
| Octal | 333 | 145 | 117 | 0 | 66 | 100 | 16 | 11 | 102 | 72 |
| Binary | 11011011 | 1100101 | 1001111 | 0 | 110110 | 1000000 | 1110 | 1001 | 1000010 | 111010 |
Color Harmonies of #DB654F
Complementary color
Monochromatic Colors of #DB654F
Black with #DB654F
Text Example
Text Example
White with #DB654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB654F; }
p { color: rgb(219,101,79); }
H1.HeaderClassName
{
color: #DB654F;
}
.AnyTagClassName
{
color: #DB654F;
}
</style>
background-color css
<style>
a { background-color: #DB654F; }
a { background-color: rgb(219,101,79); }
div.DivClassName
{
background-color: #DB654F;
}
.BgClassName
{
background-color: #DB654F;
}
</style>
border-color css
<style>
span { border-color: #DB654F; }
span { border-color: rgb(219,101,79); }
td.TdClassName
{
border-color: #DB654F;
}
.TagClassName
{
border-color: #DB654F;
}
</style>