Shades of Flamingo #DD6A53
Tints of Flamingo #DD6A53
RGB
CMYK
RGB Variations
Color information
#DD6A53 (or 0xDD6A53) is known color: Flamingo. HEX triplet: DD, 6A and 53. RGB value is (221,106,83). Sum of RGB (Red+Green+Blue) = 221+106+83=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A53 is #2295AC. Grayscale: #898989. Windows color (decimal): -2266541 or 5466845. OLE color: 5466845.
HSL color Cylindrical-coordinate representation of color #DD6A53: hue angle of 10º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD6A53 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 83 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.13 |
| HSL | 10º | 0.67% | 0.6% | - |
| HSV(B) | 10º | 0.62% | 0.87% | - |
| XYZ | 36.53 | 26.3 | 11.34 | - |
| YUV | 137.76 | 97.1 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 83 | 0 | 0.52 | 0.62 | 0.13 | 10 | 0.67 | 0.6 |
| Hex | DD | 6A | 53 | 0 | 34 | 3E | D | A | 43 | 3C |
| Octal | 335 | 152 | 123 | 0 | 64 | 76 | 15 | 12 | 103 | 74 |
| Binary | 11011101 | 1101010 | 1010011 | 0 | 110100 | 111110 | 1101 | 1010 | 1000011 | 111100 |
Color Harmonies of #DD6A53
Complementary color
Monochromatic Colors of #DD6A53
Black with #DD6A53
Text Example
Text Example
White with #DD6A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A53; }
p { color: rgb(221,106,83); }
H1.HeaderClassName
{
color: #DD6A53;
}
.AnyTagClassName
{
color: #DD6A53;
}
</style>
background-color css
<style>
a { background-color: #DD6A53; }
a { background-color: rgb(221,106,83); }
div.DivClassName
{
background-color: #DD6A53;
}
.BgClassName
{
background-color: #DD6A53;
}
</style>
border-color css
<style>
span { border-color: #DD6A53; }
span { border-color: rgb(221,106,83); }
td.TdClassName
{
border-color: #DD6A53;
}
.TagClassName
{
border-color: #DD6A53;
}
</style>