Shades of Flamingo #D96150
Tints of Flamingo #D96150
RGB
CMYK
RGB Variations
Color information
#D96150 (or 0xD96150) is known color: Flamingo. HEX triplet: D9, 61 and 50. RGB value is (217,97,80). Sum of RGB (Red+Green+Blue) = 217+97+80=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D96150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96150 is #269EAF. Grayscale: #838383. Windows color (decimal): -2530992 or 5267929. OLE color: 5267929.
HSL color Cylindrical-coordinate representation of color #D96150: 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 #D96150 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 80 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.15 |
| HSL | 7.45º | 0.64% | 0.58% | - |
| HSV(B) | 7.45º | 0.63% | 0.85% | - |
| XYZ | 34.34 | 23.88 | 10.39 | - |
| YUV | 130.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 80 | 0 | 0.55 | 0.63 | 0.15 | 7.45 | 0.64 | 0.58 |
| Hex | D9 | 61 | 50 | 0 | 37 | 3F | F | 7 | 40 | 3A |
| Octal | 331 | 141 | 120 | 0 | 67 | 77 | 17 | 7 | 100 | 72 |
| Binary | 11011001 | 1100001 | 1010000 | 0 | 110111 | 111111 | 1111 | 111 | 1000000 | 111010 |
Color Harmonies of #D96150
Complementary color
Monochromatic Colors of #D96150
Black with #D96150
Text Example
Text Example
White with #D96150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96150; }
p { color: rgb(217,97,80); }
H1.HeaderClassName
{
color: #D96150;
}
.AnyTagClassName
{
color: #D96150;
}
</style>
background-color css
<style>
a { background-color: #D96150; }
a { background-color: rgb(217,97,80); }
div.DivClassName
{
background-color: #D96150;
}
.BgClassName
{
background-color: #D96150;
}
</style>
border-color css
<style>
span { border-color: #D96150; }
span { border-color: rgb(217,97,80); }
td.TdClassName
{
border-color: #D96150;
}
.TagClassName
{
border-color: #D96150;
}
</style>