Shades of Flamingo #D96A55
Tints of Flamingo #D96A55
RGB
CMYK
RGB Variations
Color information
#D96A55 (or 0xD96A55) is known color: Flamingo. HEX triplet: D9, 6A and 55. RGB value is (217,106,85). Sum of RGB (Red+Green+Blue) = 217+106+85=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A55 is #2695AA. Grayscale: #888888. Windows color (decimal): -2528683 or 5597913. OLE color: 5597913.
HSL color Cylindrical-coordinate representation of color #D96A55: hue angle of 9.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D96A55 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 85 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.15 |
| HSL | 9.55º | 0.63% | 0.59% | - |
| HSV(B) | 9.55º | 0.61% | 0.85% | - |
| XYZ | 35.41 | 25.72 | 11.69 | - |
| YUV | 136.8 | 98.77 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 85 | 0 | 0.51 | 0.61 | 0.15 | 9.55 | 0.63 | 0.59 |
| Hex | D9 | 6A | 55 | 0 | 33 | 3D | F | A | 3F | 3B |
| Octal | 331 | 152 | 125 | 0 | 63 | 75 | 17 | 12 | 77 | 73 |
| Binary | 11011001 | 1101010 | 1010101 | 0 | 110011 | 111101 | 1111 | 1010 | 111111 | 111011 |
Color Harmonies of #D96A55
Complementary color
Monochromatic Colors of #D96A55
Black with #D96A55
Text Example
Text Example
White with #D96A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A55; }
p { color: rgb(217,106,85); }
H1.HeaderClassName
{
color: #D96A55;
}
.AnyTagClassName
{
color: #D96A55;
}
</style>
background-color css
<style>
a { background-color: #D96A55; }
a { background-color: rgb(217,106,85); }
div.DivClassName
{
background-color: #D96A55;
}
.BgClassName
{
background-color: #D96A55;
}
</style>
border-color css
<style>
span { border-color: #D96A55; }
span { border-color: rgb(217,106,85); }
td.TdClassName
{
border-color: #D96A55;
}
.TagClassName
{
border-color: #D96A55;
}
</style>