Shades of Flamingo #DB6745
Tints of Flamingo #DB6745
RGB
CMYK
RGB Variations
Color information
#DB6745 (or 0xDB6745) is known color: Flamingo. HEX triplet: DB, 67 and 45. RGB value is (219,103,69). Sum of RGB (Red+Green+Blue) = 219+103+69=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6745 is #2498BA. Grayscale: #868686. Windows color (decimal): -2398395 or 4548571. OLE color: 4548571.
HSL color Cylindrical-coordinate representation of color #DB6745: hue angle of 13.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB6745 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 69 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.14 |
| HSL | 13.6º | 0.68% | 0.56% | - |
| HSV(B) | 13.6º | 0.68% | 0.86% | - |
| XYZ | 35.14 | 25.19 | 8.64 | - |
| YUV | 133.81 | 91.43 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 69 | 0 | 0.53 | 0.68 | 0.14 | 13.6 | 0.68 | 0.56 |
| Hex | DB | 67 | 45 | 0 | 35 | 44 | E | E | 44 | 38 |
| Octal | 333 | 147 | 105 | 0 | 65 | 104 | 16 | 16 | 104 | 70 |
| Binary | 11011011 | 1100111 | 1000101 | 0 | 110101 | 1000100 | 1110 | 1110 | 1000100 | 111000 |
Color Harmonies of #DB6745
Complementary color
Monochromatic Colors of #DB6745
Black with #DB6745
Text Example
Text Example
White with #DB6745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6745; }
p { color: rgb(219,103,69); }
H1.HeaderClassName
{
color: #DB6745;
}
.AnyTagClassName
{
color: #DB6745;
}
</style>
background-color css
<style>
a { background-color: #DB6745; }
a { background-color: rgb(219,103,69); }
div.DivClassName
{
background-color: #DB6745;
}
.BgClassName
{
background-color: #DB6745;
}
</style>
border-color css
<style>
span { border-color: #DB6745; }
span { border-color: rgb(219,103,69); }
td.TdClassName
{
border-color: #DB6745;
}
.TagClassName
{
border-color: #DB6745;
}
</style>