Shades of Flamingo #DF684B
Tints of Flamingo #DF684B
RGB
CMYK
RGB Variations
Color information
#DF684B (or 0xDF684B) is known color: Flamingo. HEX triplet: DF, 68 and 4B. RGB value is (223,104,75). Sum of RGB (Red+Green+Blue) = 223+104+75=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF684B is #2097B4. Grayscale: #888888. Windows color (decimal): -2135989 or 4942047. OLE color: 4942047.
HSL color Cylindrical-coordinate representation of color #DF684B: hue angle of 11.76º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF684B is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 75 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.13 |
| HSL | 11.76º | 0.7% | 0.58% | - |
| HSV(B) | 11.76º | 0.66% | 0.87% | - |
| XYZ | 36.65 | 26.1 | 9.76 | - |
| YUV | 136.28 | 93.42 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 75 | 0 | 0.53 | 0.66 | 0.13 | 11.76 | 0.7 | 0.58 |
| Hex | DF | 68 | 4B | 0 | 35 | 42 | D | C | 46 | 3A |
| Octal | 337 | 150 | 113 | 0 | 65 | 102 | 15 | 14 | 106 | 72 |
| Binary | 11011111 | 1101000 | 1001011 | 0 | 110101 | 1000010 | 1101 | 1100 | 1000110 | 111010 |
Color Harmonies of #DF684B
Complementary color
Monochromatic Colors of #DF684B
Black with #DF684B
Text Example
Text Example
White with #DF684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF684B; }
p { color: rgb(223,104,75); }
H1.HeaderClassName
{
color: #DF684B;
}
.AnyTagClassName
{
color: #DF684B;
}
</style>
background-color css
<style>
a { background-color: #DF684B; }
a { background-color: rgb(223,104,75); }
div.DivClassName
{
background-color: #DF684B;
}
.BgClassName
{
background-color: #DF684B;
}
</style>
border-color css
<style>
span { border-color: #DF684B; }
span { border-color: rgb(223,104,75); }
td.TdClassName
{
border-color: #DF684B;
}
.TagClassName
{
border-color: #DF684B;
}
</style>