Shades of Flamingo #D76849
Tints of Flamingo #D76849
RGB
CMYK
RGB Variations
Color information
#D76849 (or 0xD76849) is known color: Flamingo. HEX triplet: D7, 68 and 49. RGB value is (215,104,73). Sum of RGB (Red+Green+Blue) = 215+104+73=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D76849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76849 is #2897B6. Grayscale: #858585. Windows color (decimal): -2660279 or 4810967. OLE color: 4810967.
HSL color Cylindrical-coordinate representation of color #D76849: hue angle of 13.1º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D76849 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 73 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.16 |
| HSL | 13.1º | 0.64% | 0.56% | - |
| HSV(B) | 13.1º | 0.66% | 0.84% | - |
| XYZ | 34.18 | 24.83 | 9.29 | - |
| YUV | 133.66 | 93.77 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 73 | 0 | 0.52 | 0.66 | 0.16 | 13.1 | 0.64 | 0.56 |
| Hex | D7 | 68 | 49 | 0 | 34 | 42 | 10 | D | 40 | 38 |
| Octal | 327 | 150 | 111 | 0 | 64 | 102 | 20 | 15 | 100 | 70 |
| Binary | 11010111 | 1101000 | 1001001 | 0 | 110100 | 1000010 | 10000 | 1101 | 1000000 | 111000 |
Color Harmonies of #D76849
Complementary color
Monochromatic Colors of #D76849
Black with #D76849
Text Example
Text Example
White with #D76849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76849; }
p { color: rgb(215,104,73); }
H1.HeaderClassName
{
color: #D76849;
}
.AnyTagClassName
{
color: #D76849;
}
</style>
background-color css
<style>
a { background-color: #D76849; }
a { background-color: rgb(215,104,73); }
div.DivClassName
{
background-color: #D76849;
}
.BgClassName
{
background-color: #D76849;
}
</style>
border-color css
<style>
span { border-color: #D76849; }
span { border-color: rgb(215,104,73); }
td.TdClassName
{
border-color: #D76849;
}
.TagClassName
{
border-color: #D76849;
}
</style>