Shades of Flamingo #D9604F
Tints of Flamingo #D9604F
RGB
CMYK
RGB Variations
Color information
#D9604F (or 0xD9604F) is known color: Flamingo. HEX triplet: D9, 60 and 4F. RGB value is (217,96,79). Sum of RGB (Red+Green+Blue) = 217+96+79=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9604F is #269FB0. Grayscale: #828282. Windows color (decimal): -2531249 or 5202137. OLE color: 5202137.
HSL color Cylindrical-coordinate representation of color #D9604F: hue angle of 7.39º degrees, saturation: 0.64, 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 #D9604F is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 79 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.15 |
| HSL | 7.39º | 0.64% | 0.58% | - |
| HSV(B) | 7.39º | 0.64% | 0.85% | - |
| XYZ | 34.21 | 23.68 | 10.17 | - |
| YUV | 130.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 79 | 0 | 0.56 | 0.64 | 0.15 | 7.39 | 0.64 | 0.58 |
| Hex | D9 | 60 | 4F | 0 | 38 | 40 | F | 7 | 40 | 3A |
| Octal | 331 | 140 | 117 | 0 | 70 | 100 | 17 | 7 | 100 | 72 |
| Binary | 11011001 | 1100000 | 1001111 | 0 | 111000 | 1000000 | 1111 | 111 | 1000000 | 111010 |
Color Harmonies of #D9604F
Complementary color
Monochromatic Colors of #D9604F
Black with #D9604F
Text Example
Text Example
White with #D9604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9604F; }
p { color: rgb(217,96,79); }
H1.HeaderClassName
{
color: #D9604F;
}
.AnyTagClassName
{
color: #D9604F;
}
</style>
background-color css
<style>
a { background-color: #D9604F; }
a { background-color: rgb(217,96,79); }
div.DivClassName
{
background-color: #D9604F;
}
.BgClassName
{
background-color: #D9604F;
}
</style>
border-color css
<style>
span { border-color: #D9604F; }
span { border-color: rgb(217,96,79); }
td.TdClassName
{
border-color: #D9604F;
}
.TagClassName
{
border-color: #D9604F;
}
</style>