Shades of Flamingo #D96250
Tints of Flamingo #D96250
RGB
CMYK
RGB Variations
Color information
#D96250 (or 0xD96250) is known color: Flamingo. HEX triplet: D9, 62 and 50. RGB value is (217,98,80). Sum of RGB (Red+Green+Blue) = 217+98+80=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D96250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96250 is #269DAF. Grayscale: #838383. Windows color (decimal): -2530736 or 5268185. OLE color: 5268185.
HSL color Cylindrical-coordinate representation of color #D96250: hue angle of 7.88º 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 #D96250 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 80 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.15 |
| HSL | 7.88º | 0.64% | 0.58% | - |
| HSV(B) | 7.88º | 0.63% | 0.85% | - |
| XYZ | 34.43 | 24.07 | 10.42 | - |
| YUV | 131.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 80 | 0 | 0.55 | 0.63 | 0.15 | 7.88 | 0.64 | 0.58 |
| Hex | D9 | 62 | 50 | 0 | 37 | 3F | F | 8 | 40 | 3A |
| Octal | 331 | 142 | 120 | 0 | 67 | 77 | 17 | 10 | 100 | 72 |
| Binary | 11011001 | 1100010 | 1010000 | 0 | 110111 | 111111 | 1111 | 1000 | 1000000 | 111010 |
Color Harmonies of #D96250
Complementary color
Monochromatic Colors of #D96250
Black with #D96250
Text Example
Text Example
White with #D96250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96250; }
p { color: rgb(217,98,80); }
H1.HeaderClassName
{
color: #D96250;
}
.AnyTagClassName
{
color: #D96250;
}
</style>
background-color css
<style>
a { background-color: #D96250; }
a { background-color: rgb(217,98,80); }
div.DivClassName
{
background-color: #D96250;
}
.BgClassName
{
background-color: #D96250;
}
</style>
border-color css
<style>
span { border-color: #D96250; }
span { border-color: rgb(217,98,80); }
td.TdClassName
{
border-color: #D96250;
}
.TagClassName
{
border-color: #D96250;
}
</style>