Shades of Flamingo #D96852
Tints of Flamingo #D96852
RGB
CMYK
RGB Variations
Color information
#D96852 (or 0xD96852) is known color: Flamingo. HEX triplet: D9, 68 and 52. RGB value is (217,104,82). Sum of RGB (Red+Green+Blue) = 217+104+82=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D96852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96852 is #2697AD. Grayscale: #878787. Windows color (decimal): -2529198 or 5400793. OLE color: 5400793.
HSL color Cylindrical-coordinate representation of color #D96852: hue angle of 9.78º 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 #D96852 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 82 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.15 |
| HSL | 9.78º | 0.64% | 0.59% | - |
| HSV(B) | 9.78º | 0.62% | 0.85% | - |
| XYZ | 35.09 | 25.26 | 11.01 | - |
| YUV | 135.28 | 97.94 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 82 | 0 | 0.52 | 0.62 | 0.15 | 9.78 | 0.64 | 0.59 |
| Hex | D9 | 68 | 52 | 0 | 34 | 3E | F | A | 40 | 3B |
| Octal | 331 | 150 | 122 | 0 | 64 | 76 | 17 | 12 | 100 | 73 |
| Binary | 11011001 | 1101000 | 1010010 | 0 | 110100 | 111110 | 1111 | 1010 | 1000000 | 111011 |
Color Harmonies of #D96852
Complementary color
Monochromatic Colors of #D96852
Black with #D96852
Text Example
Text Example
White with #D96852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96852; }
p { color: rgb(217,104,82); }
H1.HeaderClassName
{
color: #D96852;
}
.AnyTagClassName
{
color: #D96852;
}
</style>
background-color css
<style>
a { background-color: #D96852; }
a { background-color: rgb(217,104,82); }
div.DivClassName
{
background-color: #D96852;
}
.BgClassName
{
background-color: #D96852;
}
</style>
border-color css
<style>
span { border-color: #D96852; }
span { border-color: rgb(217,104,82); }
td.TdClassName
{
border-color: #D96852;
}
.TagClassName
{
border-color: #D96852;
}
</style>