Shades of Flamingo #D9694F
Tints of Flamingo #D9694F
RGB
CMYK
RGB Variations
Color information
#D9694F (or 0xD9694F) is known color: Flamingo. HEX triplet: D9, 69 and 4F. RGB value is (217,105,79). Sum of RGB (Red+Green+Blue) = 217+105+79=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D9694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9694F is #2696B0. Grayscale: #878787. Windows color (decimal): -2528945 or 5204441. OLE color: 5204441.
HSL color Cylindrical-coordinate representation of color #D9694F: hue angle of 11.3º degrees, saturation: 0.64, 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 #D9694F is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 79 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.15 |
| HSL | 11.3º | 0.64% | 0.58% | - |
| HSV(B) | 11.3º | 0.64% | 0.85% | - |
| XYZ | 35.08 | 25.42 | 10.45 | - |
| YUV | 135.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 79 | 0 | 0.52 | 0.64 | 0.15 | 11.3 | 0.64 | 0.58 |
| Hex | D9 | 69 | 4F | 0 | 34 | 40 | F | B | 40 | 3A |
| Octal | 331 | 151 | 117 | 0 | 64 | 100 | 17 | 13 | 100 | 72 |
| Binary | 11011001 | 1101001 | 1001111 | 0 | 110100 | 1000000 | 1111 | 1011 | 1000000 | 111010 |
Color Harmonies of #D9694F
Complementary color
Monochromatic Colors of #D9694F
Black with #D9694F
Text Example
Text Example
White with #D9694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9694F; }
p { color: rgb(217,105,79); }
H1.HeaderClassName
{
color: #D9694F;
}
.AnyTagClassName
{
color: #D9694F;
}
</style>
background-color css
<style>
a { background-color: #D9694F; }
a { background-color: rgb(217,105,79); }
div.DivClassName
{
background-color: #D9694F;
}
.BgClassName
{
background-color: #D9694F;
}
</style>
border-color css
<style>
span { border-color: #D9694F; }
span { border-color: rgb(217,105,79); }
td.TdClassName
{
border-color: #D9694F;
}
.TagClassName
{
border-color: #D9694F;
}
</style>