Shades of Flamingo #D8604D
Tints of Flamingo #D8604D
RGB
CMYK
RGB Variations
Color information
#D8604D (or 0xD8604D) is known color: Flamingo. HEX triplet: D8, 60 and 4D. RGB value is (216,96,77). Sum of RGB (Red+Green+Blue) = 216+96+77=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8604D is #279FB2. Grayscale: #818181. Windows color (decimal): -2596787 or 5071064. OLE color: 5071064.
HSL color Cylindrical-coordinate representation of color #D8604D: hue angle of 8.2º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8604D is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 77 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.15 |
| HSL | 8.2º | 0.64% | 0.57% | - |
| HSV(B) | 8.2º | 0.64% | 0.85% | - |
| XYZ | 33.84 | 23.5 | 9.77 | - |
| YUV | 129.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 77 | 0 | 0.56 | 0.64 | 0.15 | 8.2 | 0.64 | 0.57 |
| Hex | D8 | 60 | 4D | 0 | 38 | 40 | F | 8 | 40 | 39 |
| Octal | 330 | 140 | 115 | 0 | 70 | 100 | 17 | 10 | 100 | 71 |
| Binary | 11011000 | 1100000 | 1001101 | 0 | 111000 | 1000000 | 1111 | 1000 | 1000000 | 111001 |
Color Harmonies of #D8604D
Complementary color
Monochromatic Colors of #D8604D
Black with #D8604D
Text Example
Text Example
White with #D8604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8604D; }
p { color: rgb(216,96,77); }
H1.HeaderClassName
{
color: #D8604D;
}
.AnyTagClassName
{
color: #D8604D;
}
</style>
background-color css
<style>
a { background-color: #D8604D; }
a { background-color: rgb(216,96,77); }
div.DivClassName
{
background-color: #D8604D;
}
.BgClassName
{
background-color: #D8604D;
}
</style>
border-color css
<style>
span { border-color: #D8604D; }
span { border-color: rgb(216,96,77); }
td.TdClassName
{
border-color: #D8604D;
}
.TagClassName
{
border-color: #D8604D;
}
</style>