Shades of Flamingo #D76A53
Tints of Flamingo #D76A53
RGB
CMYK
RGB Variations
Color information
#D76A53 (or 0xD76A53) is known color: Flamingo. HEX triplet: D7, 6A and 53. RGB value is (215,106,83). Sum of RGB (Red+Green+Blue) = 215+106+83=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A53 is #2895AC. Grayscale: #888888. Windows color (decimal): -2659757 or 5466839. OLE color: 5466839.
HSL color Cylindrical-coordinate representation of color #D76A53: hue angle of 10.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D76A53 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 83 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.16 |
| HSL | 10.45º | 0.62% | 0.58% | - |
| HSV(B) | 10.45º | 0.61% | 0.84% | - |
| XYZ | 34.74 | 25.38 | 11.25 | - |
| YUV | 135.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 83 | 0 | 0.51 | 0.61 | 0.16 | 10.45 | 0.62 | 0.58 |
| Hex | D7 | 6A | 53 | 0 | 33 | 3D | 10 | A | 3E | 3A |
| Octal | 327 | 152 | 123 | 0 | 63 | 75 | 20 | 12 | 76 | 72 |
| Binary | 11010111 | 1101010 | 1010011 | 0 | 110011 | 111101 | 10000 | 1010 | 111110 | 111010 |
Color Harmonies of #D76A53
Complementary color
Monochromatic Colors of #D76A53
Black with #D76A53
Text Example
Text Example
White with #D76A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A53; }
p { color: rgb(215,106,83); }
H1.HeaderClassName
{
color: #D76A53;
}
.AnyTagClassName
{
color: #D76A53;
}
</style>
background-color css
<style>
a { background-color: #D76A53; }
a { background-color: rgb(215,106,83); }
div.DivClassName
{
background-color: #D76A53;
}
.BgClassName
{
background-color: #D76A53;
}
</style>
border-color css
<style>
span { border-color: #D76A53; }
span { border-color: rgb(215,106,83); }
td.TdClassName
{
border-color: #D76A53;
}
.TagClassName
{
border-color: #D76A53;
}
</style>