Shades of Flamingo #D76A54
Tints of Flamingo #D76A54
RGB
CMYK
RGB Variations
Color information
#D76A54 (or 0xD76A54) is known color: Flamingo. HEX triplet: D7, 6A and 54. RGB value is (215,106,84). Sum of RGB (Red+Green+Blue) = 215+106+84=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76A54 is #2895AB. Grayscale: #888888. Windows color (decimal): -2659756 or 5532375. OLE color: 5532375.
HSL color Cylindrical-coordinate representation of color #D76A54: hue angle of 10.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D76A54 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 84 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.16 |
| HSL | 10.08º | 0.62% | 0.59% | - |
| HSV(B) | 10.08º | 0.61% | 0.84% | - |
| XYZ | 34.78 | 25.4 | 11.46 | - |
| YUV | 136.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 84 | 0 | 0.51 | 0.61 | 0.16 | 10.08 | 0.62 | 0.59 |
| Hex | D7 | 6A | 54 | 0 | 33 | 3D | 10 | A | 3E | 3B |
| Octal | 327 | 152 | 124 | 0 | 63 | 75 | 20 | 12 | 76 | 73 |
| Binary | 11010111 | 1101010 | 1010100 | 0 | 110011 | 111101 | 10000 | 1010 | 111110 | 111011 |
Color Harmonies of #D76A54
Complementary color
Monochromatic Colors of #D76A54
Black with #D76A54
Text Example
Text Example
White with #D76A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A54; }
p { color: rgb(215,106,84); }
H1.HeaderClassName
{
color: #D76A54;
}
.AnyTagClassName
{
color: #D76A54;
}
</style>
background-color css
<style>
a { background-color: #D76A54; }
a { background-color: rgb(215,106,84); }
div.DivClassName
{
background-color: #D76A54;
}
.BgClassName
{
background-color: #D76A54;
}
</style>
border-color css
<style>
span { border-color: #D76A54; }
span { border-color: rgb(215,106,84); }
td.TdClassName
{
border-color: #D76A54;
}
.TagClassName
{
border-color: #D76A54;
}
</style>