Shades of Flamingo #DF694C
Tints of Flamingo #DF694C
RGB
CMYK
RGB Variations
Color information
#DF694C (or 0xDF694C) is known color: Flamingo. HEX triplet: DF, 69 and 4C. RGB value is (223,105,76). Sum of RGB (Red+Green+Blue) = 223+105+76=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF694C is #2096B3. Grayscale: #898989. Windows color (decimal): -2135732 or 5007839. OLE color: 5007839.
HSL color Cylindrical-coordinate representation of color #DF694C: hue angle of 11.84º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF694C is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 76 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.13 |
| HSL | 11.84º | 0.7% | 0.59% | - |
| HSV(B) | 11.84º | 0.66% | 0.87% | - |
| XYZ | 36.79 | 26.31 | 9.98 | - |
| YUV | 136.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 76 | 0 | 0.53 | 0.66 | 0.13 | 11.84 | 0.7 | 0.59 |
| Hex | DF | 69 | 4C | 0 | 35 | 42 | D | C | 46 | 3B |
| Octal | 337 | 151 | 114 | 0 | 65 | 102 | 15 | 14 | 106 | 73 |
| Binary | 11011111 | 1101001 | 1001100 | 0 | 110101 | 1000010 | 1101 | 1100 | 1000110 | 111011 |
Color Harmonies of #DF694C
Complementary color
Monochromatic Colors of #DF694C
Black with #DF694C
Text Example
Text Example
White with #DF694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF694C; }
p { color: rgb(223,105,76); }
H1.HeaderClassName
{
color: #DF694C;
}
.AnyTagClassName
{
color: #DF694C;
}
</style>
background-color css
<style>
a { background-color: #DF694C; }
a { background-color: rgb(223,105,76); }
div.DivClassName
{
background-color: #DF694C;
}
.BgClassName
{
background-color: #DF694C;
}
</style>
border-color css
<style>
span { border-color: #DF694C; }
span { border-color: rgb(223,105,76); }
td.TdClassName
{
border-color: #DF694C;
}
.TagClassName
{
border-color: #DF694C;
}
</style>