Shades of Flamingo #D8604F
Tints of Flamingo #D8604F
RGB
CMYK
RGB Variations
Color information
#D8604F (or 0xD8604F) is known color: Flamingo. HEX triplet: D8, 60 and 4F. RGB value is (216,96,79). Sum of RGB (Red+Green+Blue) = 216+96+79=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8604F is #279FB0. Grayscale: #828282. Windows color (decimal): -2596785 or 5202136. OLE color: 5202136.
HSL color Cylindrical-coordinate representation of color #D8604F: hue angle of 7.45º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8604F is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 79 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.15 |
| HSL | 7.45º | 0.64% | 0.58% | - |
| HSV(B) | 7.45º | 0.63% | 0.85% | - |
| XYZ | 33.91 | 23.53 | 10.15 | - |
| YUV | 129.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 79 | 0 | 0.56 | 0.63 | 0.15 | 7.45 | 0.64 | 0.58 |
| Hex | D8 | 60 | 4F | 0 | 38 | 3F | F | 7 | 40 | 3A |
| Octal | 330 | 140 | 117 | 0 | 70 | 77 | 17 | 7 | 100 | 72 |
| Binary | 11011000 | 1100000 | 1001111 | 0 | 111000 | 111111 | 1111 | 111 | 1000000 | 111010 |
Color Harmonies of #D8604F
Complementary color
Monochromatic Colors of #D8604F
Black with #D8604F
Text Example
Text Example
White with #D8604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8604F; }
p { color: rgb(216,96,79); }
H1.HeaderClassName
{
color: #D8604F;
}
.AnyTagClassName
{
color: #D8604F;
}
</style>
background-color css
<style>
a { background-color: #D8604F; }
a { background-color: rgb(216,96,79); }
div.DivClassName
{
background-color: #D8604F;
}
.BgClassName
{
background-color: #D8604F;
}
</style>
border-color css
<style>
span { border-color: #D8604F; }
span { border-color: rgb(216,96,79); }
td.TdClassName
{
border-color: #D8604F;
}
.TagClassName
{
border-color: #D8604F;
}
</style>