Shades of Flamingo #DF6745
Tints of Flamingo #DF6745
RGB
CMYK
RGB Variations
Color information
#DF6745 (or 0xDF6745) is known color: Flamingo. HEX triplet: DF, 67 and 45. RGB value is (223,103,69). Sum of RGB (Red+Green+Blue) = 223+103+69=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6745 is #2098BA. Grayscale: #878787. Windows color (decimal): -2136251 or 4548575. OLE color: 4548575.
HSL color Cylindrical-coordinate representation of color #DF6745: hue angle of 13.25º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF6745 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 69 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.13 |
| HSL | 13.25º | 0.71% | 0.57% | - |
| HSV(B) | 13.25º | 0.69% | 0.87% | - |
| XYZ | 36.36 | 25.82 | 8.7 | - |
| YUV | 135 | 90.76 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 69 | 0 | 0.54 | 0.69 | 0.13 | 13.25 | 0.71 | 0.57 |
| Hex | DF | 67 | 45 | 0 | 36 | 45 | D | D | 47 | 39 |
| Octal | 337 | 147 | 105 | 0 | 66 | 105 | 15 | 15 | 107 | 71 |
| Binary | 11011111 | 1100111 | 1000101 | 0 | 110110 | 1000101 | 1101 | 1101 | 1000111 | 111001 |
Color Harmonies of #DF6745
Complementary color
Monochromatic Colors of #DF6745
Black with #DF6745
Text Example
Text Example
White with #DF6745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6745; }
p { color: rgb(223,103,69); }
H1.HeaderClassName
{
color: #DF6745;
}
.AnyTagClassName
{
color: #DF6745;
}
</style>
background-color css
<style>
a { background-color: #DF6745; }
a { background-color: rgb(223,103,69); }
div.DivClassName
{
background-color: #DF6745;
}
.BgClassName
{
background-color: #DF6745;
}
</style>
border-color css
<style>
span { border-color: #DF6745; }
span { border-color: rgb(223,103,69); }
td.TdClassName
{
border-color: #DF6745;
}
.TagClassName
{
border-color: #DF6745;
}
</style>