Shades of Flamingo #D96048
Tints of Flamingo #D96048
RGB
CMYK
RGB Variations
Color information
#D96048 (or 0xD96048) is known color: Flamingo. HEX triplet: D9, 60 and 48. RGB value is (217,96,72). Sum of RGB (Red+Green+Blue) = 217+96+72=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D96048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96048 is #269FB7. Grayscale: #818181. Windows color (decimal): -2531256 or 4743385. OLE color: 4743385.
HSL color Cylindrical-coordinate representation of color #D96048: hue angle of 9.93º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D96048 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 72 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.15 |
| HSL | 9.93º | 0.66% | 0.57% | - |
| HSV(B) | 9.93º | 0.67% | 0.85% | - |
| XYZ | 33.97 | 23.59 | 8.89 | - |
| YUV | 129.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 72 | 0 | 0.56 | 0.67 | 0.15 | 9.93 | 0.66 | 0.57 |
| Hex | D9 | 60 | 48 | 0 | 38 | 43 | F | A | 42 | 39 |
| Octal | 331 | 140 | 110 | 0 | 70 | 103 | 17 | 12 | 102 | 71 |
| Binary | 11011001 | 1100000 | 1001000 | 0 | 111000 | 1000011 | 1111 | 1010 | 1000010 | 111001 |
Color Harmonies of #D96048
Complementary color
Monochromatic Colors of #D96048
Black with #D96048
Text Example
Text Example
White with #D96048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96048; }
p { color: rgb(217,96,72); }
H1.HeaderClassName
{
color: #D96048;
}
.AnyTagClassName
{
color: #D96048;
}
</style>
background-color css
<style>
a { background-color: #D96048; }
a { background-color: rgb(217,96,72); }
div.DivClassName
{
background-color: #D96048;
}
.BgClassName
{
background-color: #D96048;
}
</style>
border-color css
<style>
span { border-color: #D96048; }
span { border-color: rgb(217,96,72); }
td.TdClassName
{
border-color: #D96048;
}
.TagClassName
{
border-color: #D96048;
}
</style>