Shades of Flamingo #D9604E
Tints of Flamingo #D9604E
RGB
CMYK
RGB Variations
Color information
#D9604E (or 0xD9604E) is known color: Flamingo. HEX triplet: D9, 60 and 4E. RGB value is (217,96,78). Sum of RGB (Red+Green+Blue) = 217+96+78=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9604E is #269FB1. Grayscale: #828282. Windows color (decimal): -2531250 or 5136601. OLE color: 5136601.
HSL color Cylindrical-coordinate representation of color #D9604E: hue angle of 7.77º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9604E is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 78 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.15 |
| HSL | 7.77º | 0.65% | 0.58% | - |
| HSV(B) | 7.77º | 0.64% | 0.85% | - |
| XYZ | 34.17 | 23.67 | 9.97 | - |
| YUV | 130.13 | 98.59 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 78 | 0 | 0.56 | 0.64 | 0.15 | 7.77 | 0.65 | 0.58 |
| Hex | D9 | 60 | 4E | 0 | 38 | 40 | F | 8 | 41 | 3A |
| Octal | 331 | 140 | 116 | 0 | 70 | 100 | 17 | 10 | 101 | 72 |
| Binary | 11011001 | 1100000 | 1001110 | 0 | 111000 | 1000000 | 1111 | 1000 | 1000001 | 111010 |
Color Harmonies of #D9604E
Complementary color
Monochromatic Colors of #D9604E
Black with #D9604E
Text Example
Text Example
White with #D9604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9604E; }
p { color: rgb(217,96,78); }
H1.HeaderClassName
{
color: #D9604E;
}
.AnyTagClassName
{
color: #D9604E;
}
</style>
background-color css
<style>
a { background-color: #D9604E; }
a { background-color: rgb(217,96,78); }
div.DivClassName
{
background-color: #D9604E;
}
.BgClassName
{
background-color: #D9604E;
}
</style>
border-color css
<style>
span { border-color: #D9604E; }
span { border-color: rgb(217,96,78); }
td.TdClassName
{
border-color: #D9604E;
}
.TagClassName
{
border-color: #D9604E;
}
</style>