Shades of Flamingo #D96349
Tints of Flamingo #D96349
RGB
CMYK
RGB Variations
Color information
#D96349 (or 0xD96349) is known color: Flamingo. HEX triplet: D9, 63 and 49. RGB value is (217,99,73). Sum of RGB (Red+Green+Blue) = 217+99+73=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D96349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96349 is #269CB6. Grayscale: #838383. Windows color (decimal): -2530487 or 4809689. OLE color: 4809689.
HSL color Cylindrical-coordinate representation of color #D96349: hue angle of 10.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D96349 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 73 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.15 |
| HSL | 10.83º | 0.65% | 0.57% | - |
| HSV(B) | 10.83º | 0.66% | 0.85% | - |
| XYZ | 34.28 | 24.16 | 9.16 | - |
| YUV | 131.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 73 | 0 | 0.54 | 0.66 | 0.15 | 10.83 | 0.65 | 0.57 |
| Hex | D9 | 63 | 49 | 0 | 36 | 42 | F | B | 41 | 39 |
| Octal | 331 | 143 | 111 | 0 | 66 | 102 | 17 | 13 | 101 | 71 |
| Binary | 11011001 | 1100011 | 1001001 | 0 | 110110 | 1000010 | 1111 | 1011 | 1000001 | 111001 |
Color Harmonies of #D96349
Complementary color
Monochromatic Colors of #D96349
Black with #D96349
Text Example
Text Example
White with #D96349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96349; }
p { color: rgb(217,99,73); }
H1.HeaderClassName
{
color: #D96349;
}
.AnyTagClassName
{
color: #D96349;
}
</style>
background-color css
<style>
a { background-color: #D96349; }
a { background-color: rgb(217,99,73); }
div.DivClassName
{
background-color: #D96349;
}
.BgClassName
{
background-color: #D96349;
}
</style>
border-color css
<style>
span { border-color: #D96349; }
span { border-color: rgb(217,99,73); }
td.TdClassName
{
border-color: #D96349;
}
.TagClassName
{
border-color: #D96349;
}
</style>