Shades of Flamingo #D76149
Tints of Flamingo #D76149
RGB
CMYK
RGB Variations
Color information
#D76149 (or 0xD76149) is known color: Flamingo. HEX triplet: D7, 61 and 49. RGB value is (215,97,73). Sum of RGB (Red+Green+Blue) = 215+97+73=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D76149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76149 is #289EB6. Grayscale: #818181. Windows color (decimal): -2662071 or 4809175. OLE color: 4809175.
HSL color Cylindrical-coordinate representation of color #D76149: hue angle of 10.14º 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 #D76149 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 73 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.16 |
| HSL | 10.14º | 0.64% | 0.56% | - |
| HSV(B) | 10.14º | 0.66% | 0.84% | - |
| XYZ | 33.5 | 23.48 | 9.07 | - |
| YUV | 129.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 73 | 0 | 0.55 | 0.66 | 0.16 | 10.14 | 0.64 | 0.56 |
| Hex | D7 | 61 | 49 | 0 | 37 | 42 | 10 | A | 40 | 38 |
| Octal | 327 | 141 | 111 | 0 | 67 | 102 | 20 | 12 | 100 | 70 |
| Binary | 11010111 | 1100001 | 1001001 | 0 | 110111 | 1000010 | 10000 | 1010 | 1000000 | 111000 |
Color Harmonies of #D76149
Complementary color
Monochromatic Colors of #D76149
Black with #D76149
Text Example
Text Example
White with #D76149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76149; }
p { color: rgb(215,97,73); }
H1.HeaderClassName
{
color: #D76149;
}
.AnyTagClassName
{
color: #D76149;
}
</style>
background-color css
<style>
a { background-color: #D76149; }
a { background-color: rgb(215,97,73); }
div.DivClassName
{
background-color: #D76149;
}
.BgClassName
{
background-color: #D76149;
}
</style>
border-color css
<style>
span { border-color: #D76149; }
span { border-color: rgb(215,97,73); }
td.TdClassName
{
border-color: #D76149;
}
.TagClassName
{
border-color: #D76149;
}
</style>