Shades of Flamingo #D9694E
Tints of Flamingo #D9694E
RGB
CMYK
RGB Variations
Color information
#D9694E (or 0xD9694E) is known color: Flamingo. HEX triplet: D9, 69 and 4E. RGB value is (217,105,78). Sum of RGB (Red+Green+Blue) = 217+105+78=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D9694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9694E is #2696B1. Grayscale: #878787. Windows color (decimal): -2528946 or 5138905. OLE color: 5138905.
HSL color Cylindrical-coordinate representation of color #D9694E: hue angle of 11.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9694E is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 78 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.15 |
| HSL | 11.65º | 0.65% | 0.58% | - |
| HSV(B) | 11.65º | 0.64% | 0.85% | - |
| XYZ | 35.04 | 25.4 | 10.26 | - |
| YUV | 135.41 | 95.61 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 78 | 0 | 0.52 | 0.64 | 0.15 | 11.65 | 0.65 | 0.58 |
| Hex | D9 | 69 | 4E | 0 | 34 | 40 | F | C | 41 | 3A |
| Octal | 331 | 151 | 116 | 0 | 64 | 100 | 17 | 14 | 101 | 72 |
| Binary | 11011001 | 1101001 | 1001110 | 0 | 110100 | 1000000 | 1111 | 1100 | 1000001 | 111010 |
Color Harmonies of #D9694E
Complementary color
Monochromatic Colors of #D9694E
Black with #D9694E
Text Example
Text Example
White with #D9694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9694E; }
p { color: rgb(217,105,78); }
H1.HeaderClassName
{
color: #D9694E;
}
.AnyTagClassName
{
color: #D9694E;
}
</style>
background-color css
<style>
a { background-color: #D9694E; }
a { background-color: rgb(217,105,78); }
div.DivClassName
{
background-color: #D9694E;
}
.BgClassName
{
background-color: #D9694E;
}
</style>
border-color css
<style>
span { border-color: #D9694E; }
span { border-color: rgb(217,105,78); }
td.TdClassName
{
border-color: #D9694E;
}
.TagClassName
{
border-color: #D9694E;
}
</style>