Shades of Flamingo #DD6545
Tints of Flamingo #DD6545
RGB
CMYK
RGB Variations
Color information
#DD6545 (or 0xDD6545) is known color: Flamingo. HEX triplet: DD, 65 and 45. RGB value is (221,101,69). Sum of RGB (Red+Green+Blue) = 221+101+69=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6545 is #229ABA. Grayscale: #858585. Windows color (decimal): -2267835 or 4548061. OLE color: 4548061.
HSL color Cylindrical-coordinate representation of color #DD6545: hue angle of 12.63º degrees, saturation: 0.69, 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 #DD6545 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 69 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.13 |
| HSL | 12.63º | 0.69% | 0.57% | - |
| HSV(B) | 12.63º | 0.69% | 0.87% | - |
| XYZ | 35.55 | 25.11 | 8.6 | - |
| YUV | 133.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 69 | 0 | 0.54 | 0.69 | 0.13 | 12.63 | 0.69 | 0.57 |
| Hex | DD | 65 | 45 | 0 | 36 | 45 | D | D | 45 | 39 |
| Octal | 335 | 145 | 105 | 0 | 66 | 105 | 15 | 15 | 105 | 71 |
| Binary | 11011101 | 1100101 | 1000101 | 0 | 110110 | 1000101 | 1101 | 1101 | 1000101 | 111001 |
Color Harmonies of #DD6545
Complementary color
Monochromatic Colors of #DD6545
Black with #DD6545
Text Example
Text Example
White with #DD6545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6545; }
p { color: rgb(221,101,69); }
H1.HeaderClassName
{
color: #DD6545;
}
.AnyTagClassName
{
color: #DD6545;
}
</style>
background-color css
<style>
a { background-color: #DD6545; }
a { background-color: rgb(221,101,69); }
div.DivClassName
{
background-color: #DD6545;
}
.BgClassName
{
background-color: #DD6545;
}
</style>
border-color css
<style>
span { border-color: #DD6545; }
span { border-color: rgb(221,101,69); }
td.TdClassName
{
border-color: #DD6545;
}
.TagClassName
{
border-color: #DD6545;
}
</style>