Shades of Flamingo #DF694E
Tints of Flamingo #DF694E
RGB
CMYK
RGB Variations
Color information
#DF694E (or 0xDF694E) is known color: Flamingo. HEX triplet: DF, 69 and 4E. RGB value is (223,105,78). Sum of RGB (Red+Green+Blue) = 223+105+78=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF694E is #2096B1. Grayscale: #898989. Windows color (decimal): -2135730 or 5138911. OLE color: 5138911.
HSL color Cylindrical-coordinate representation of color #DF694E: hue angle of 11.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF694E is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 78 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.13 |
| HSL | 11.17º | 0.69% | 0.59% | - |
| HSV(B) | 11.17º | 0.65% | 0.87% | - |
| XYZ | 36.86 | 26.34 | 10.35 | - |
| YUV | 137.2 | 94.59 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 78 | 0 | 0.53 | 0.65 | 0.13 | 11.17 | 0.69 | 0.59 |
| Hex | DF | 69 | 4E | 0 | 35 | 41 | D | B | 45 | 3B |
| Octal | 337 | 151 | 116 | 0 | 65 | 101 | 15 | 13 | 105 | 73 |
| Binary | 11011111 | 1101001 | 1001110 | 0 | 110101 | 1000001 | 1101 | 1011 | 1000101 | 111011 |
Color Harmonies of #DF694E
Complementary color
Monochromatic Colors of #DF694E
Black with #DF694E
Text Example
Text Example
White with #DF694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF694E; }
p { color: rgb(223,105,78); }
H1.HeaderClassName
{
color: #DF694E;
}
.AnyTagClassName
{
color: #DF694E;
}
</style>
background-color css
<style>
a { background-color: #DF694E; }
a { background-color: rgb(223,105,78); }
div.DivClassName
{
background-color: #DF694E;
}
.BgClassName
{
background-color: #DF694E;
}
</style>
border-color css
<style>
span { border-color: #DF694E; }
span { border-color: rgb(223,105,78); }
td.TdClassName
{
border-color: #DF694E;
}
.TagClassName
{
border-color: #DF694E;
}
</style>