Shades of Flamingo #D96B52
Tints of Flamingo #D96B52
RGB
CMYK
RGB Variations
Color information
#D96B52 (or 0xD96B52) is known color: Flamingo. HEX triplet: D9, 6B and 52. RGB value is (217,107,82). Sum of RGB (Red+Green+Blue) = 217+107+82=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B52 is #2694AD. Grayscale: #898989. Windows color (decimal): -2528430 or 5401561. OLE color: 5401561.
HSL color Cylindrical-coordinate representation of color #D96B52: hue angle of 11.11º 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 #D96B52 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 82 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.15 |
| HSL | 11.11º | 0.64% | 0.59% | - |
| HSV(B) | 11.11º | 0.62% | 0.85% | - |
| XYZ | 35.4 | 25.88 | 11.11 | - |
| YUV | 137.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 82 | 0 | 0.51 | 0.62 | 0.15 | 11.11 | 0.64 | 0.59 |
| Hex | D9 | 6B | 52 | 0 | 33 | 3E | F | B | 40 | 3B |
| Octal | 331 | 153 | 122 | 0 | 63 | 76 | 17 | 13 | 100 | 73 |
| Binary | 11011001 | 1101011 | 1010010 | 0 | 110011 | 111110 | 1111 | 1011 | 1000000 | 111011 |
Color Harmonies of #D96B52
Complementary color
Monochromatic Colors of #D96B52
Black with #D96B52
Text Example
Text Example
White with #D96B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B52; }
p { color: rgb(217,107,82); }
H1.HeaderClassName
{
color: #D96B52;
}
.AnyTagClassName
{
color: #D96B52;
}
</style>
background-color css
<style>
a { background-color: #D96B52; }
a { background-color: rgb(217,107,82); }
div.DivClassName
{
background-color: #D96B52;
}
.BgClassName
{
background-color: #D96B52;
}
</style>
border-color css
<style>
span { border-color: #D96B52; }
span { border-color: rgb(217,107,82); }
td.TdClassName
{
border-color: #D96B52;
}
.TagClassName
{
border-color: #D96B52;
}
</style>