Shades of Flamingo #DB6B52
Tints of Flamingo #DB6B52
RGB
CMYK
RGB Variations
Color information
#DB6B52 (or 0xDB6B52) is known color: Flamingo. HEX triplet: DB, 6B and 52. RGB value is (219,107,82). Sum of RGB (Red+Green+Blue) = 219+107+82=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B52 is #2494AD. Grayscale: #898989. Windows color (decimal): -2397358 or 5401563. OLE color: 5401563.
HSL color Cylindrical-coordinate representation of color #DB6B52: hue angle of 10.95º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB6B52 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 82 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.14 |
| HSL | 10.95º | 0.66% | 0.59% | - |
| HSV(B) | 10.95º | 0.63% | 0.86% | - |
| XYZ | 35.99 | 26.18 | 11.14 | - |
| YUV | 137.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 82 | 0 | 0.51 | 0.63 | 0.14 | 10.95 | 0.66 | 0.59 |
| Hex | DB | 6B | 52 | 0 | 33 | 3F | E | B | 42 | 3B |
| Octal | 333 | 153 | 122 | 0 | 63 | 77 | 16 | 13 | 102 | 73 |
| Binary | 11011011 | 1101011 | 1010010 | 0 | 110011 | 111111 | 1110 | 1011 | 1000010 | 111011 |
Color Harmonies of #DB6B52
Complementary color
Monochromatic Colors of #DB6B52
Black with #DB6B52
Text Example
Text Example
White with #DB6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B52; }
p { color: rgb(219,107,82); }
H1.HeaderClassName
{
color: #DB6B52;
}
.AnyTagClassName
{
color: #DB6B52;
}
</style>
background-color css
<style>
a { background-color: #DB6B52; }
a { background-color: rgb(219,107,82); }
div.DivClassName
{
background-color: #DB6B52;
}
.BgClassName
{
background-color: #DB6B52;
}
</style>
border-color css
<style>
span { border-color: #DB6B52; }
span { border-color: rgb(219,107,82); }
td.TdClassName
{
border-color: #DB6B52;
}
.TagClassName
{
border-color: #DB6B52;
}
</style>