Shades of Flamingo #DF654A
Tints of Flamingo #DF654A
RGB
CMYK
RGB Variations
Color information
#DF654A (or 0xDF654A) is known color: Flamingo. HEX triplet: DF, 65 and 4A. RGB value is (223,101,74). Sum of RGB (Red+Green+Blue) = 223+101+74=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF654A is #209AB5. Grayscale: #868686. Windows color (decimal): -2136758 or 4875743. OLE color: 4875743.
HSL color Cylindrical-coordinate representation of color #DF654A: hue angle of 10.87º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF654A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 74 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.13 |
| HSL | 10.87º | 0.7% | 0.58% | - |
| HSV(B) | 10.87º | 0.67% | 0.87% | - |
| XYZ | 36.32 | 25.49 | 9.48 | - |
| YUV | 134.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 74 | 0 | 0.55 | 0.67 | 0.13 | 10.87 | 0.7 | 0.58 |
| Hex | DF | 65 | 4A | 0 | 37 | 43 | D | B | 46 | 3A |
| Octal | 337 | 145 | 112 | 0 | 67 | 103 | 15 | 13 | 106 | 72 |
| Binary | 11011111 | 1100101 | 1001010 | 0 | 110111 | 1000011 | 1101 | 1011 | 1000110 | 111010 |
Color Harmonies of #DF654A
Complementary color
Monochromatic Colors of #DF654A
Black with #DF654A
Text Example
Text Example
White with #DF654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF654A; }
p { color: rgb(223,101,74); }
H1.HeaderClassName
{
color: #DF654A;
}
.AnyTagClassName
{
color: #DF654A;
}
</style>
background-color css
<style>
a { background-color: #DF654A; }
a { background-color: rgb(223,101,74); }
div.DivClassName
{
background-color: #DF654A;
}
.BgClassName
{
background-color: #DF654A;
}
</style>
border-color css
<style>
span { border-color: #DF654A; }
span { border-color: rgb(223,101,74); }
td.TdClassName
{
border-color: #DF654A;
}
.TagClassName
{
border-color: #DF654A;
}
</style>