Shades of Flamingo #D76753
Tints of Flamingo #D76753
RGB
CMYK
RGB Variations
Color information
#D76753 (or 0xD76753) is known color: Flamingo. HEX triplet: D7, 67 and 53. RGB value is (215,103,83). Sum of RGB (Red+Green+Blue) = 215+103+83=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D76753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76753 is #2898AC. Grayscale: #868686. Windows color (decimal): -2660525 or 5466071. OLE color: 5466071.
HSL color Cylindrical-coordinate representation of color #D76753: hue angle of 9.09º 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 #D76753 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 83 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.16 |
| HSL | 9.09º | 0.62% | 0.58% | - |
| HSV(B) | 9.09º | 0.61% | 0.84% | - |
| XYZ | 34.44 | 24.77 | 11.15 | - |
| YUV | 134.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 83 | 0 | 0.52 | 0.61 | 0.16 | 9.09 | 0.62 | 0.58 |
| Hex | D7 | 67 | 53 | 0 | 34 | 3D | 10 | 9 | 3E | 3A |
| Octal | 327 | 147 | 123 | 0 | 64 | 75 | 20 | 11 | 76 | 72 |
| Binary | 11010111 | 1100111 | 1010011 | 0 | 110100 | 111101 | 10000 | 1001 | 111110 | 111010 |
Color Harmonies of #D76753
Complementary color
Monochromatic Colors of #D76753
Black with #D76753
Text Example
Text Example
White with #D76753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76753; }
p { color: rgb(215,103,83); }
H1.HeaderClassName
{
color: #D76753;
}
.AnyTagClassName
{
color: #D76753;
}
</style>
background-color css
<style>
a { background-color: #D76753; }
a { background-color: rgb(215,103,83); }
div.DivClassName
{
background-color: #D76753;
}
.BgClassName
{
background-color: #D76753;
}
</style>
border-color css
<style>
span { border-color: #D76753; }
span { border-color: rgb(215,103,83); }
td.TdClassName
{
border-color: #D76753;
}
.TagClassName
{
border-color: #D76753;
}
</style>