Shades of Flamingo #D96C52
Tints of Flamingo #D96C52
RGB
CMYK
RGB Variations
Color information
#D96C52 (or 0xD96C52) is known color: Flamingo. HEX triplet: D9, 6C and 52. RGB value is (217,108,82). Sum of RGB (Red+Green+Blue) = 217+108+82=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C52 is #2693AD. Grayscale: #898989. Windows color (decimal): -2528174 or 5401817. OLE color: 5401817.
HSL color Cylindrical-coordinate representation of color #D96C52: hue angle of 11.56º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D96C52 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 82 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.15 |
| HSL | 11.56º | 0.64% | 0.59% | - |
| HSV(B) | 11.56º | 0.62% | 0.85% | - |
| XYZ | 35.5 | 26.09 | 11.15 | - |
| YUV | 137.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 82 | 0 | 0.50 | 0.62 | 0.15 | 11.56 | 0.64 | 0.59 |
| Hex | D9 | 6C | 52 | 0 | 32 | 3E | F | C | 40 | 3B |
| Octal | 331 | 154 | 122 | 0 | 62 | 76 | 17 | 14 | 100 | 73 |
| Binary | 11011001 | 1101100 | 1010010 | 0 | 110010 | 111110 | 1111 | 1100 | 1000000 | 111011 |
Color Harmonies of #D96C52
Complementary color
Monochromatic Colors of #D96C52
Black with #D96C52
Text Example
Text Example
White with #D96C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C52; }
p { color: rgb(217,108,82); }
H1.HeaderClassName
{
color: #D96C52;
}
.AnyTagClassName
{
color: #D96C52;
}
</style>
background-color css
<style>
a { background-color: #D96C52; }
a { background-color: rgb(217,108,82); }
div.DivClassName
{
background-color: #D96C52;
}
.BgClassName
{
background-color: #D96C52;
}
</style>
border-color css
<style>
span { border-color: #D96C52; }
span { border-color: rgb(217,108,82); }
td.TdClassName
{
border-color: #D96C52;
}
.TagClassName
{
border-color: #D96C52;
}
</style>