Shades of Flamingo #DD6242
Tints of Flamingo #DD6242
RGB
CMYK
RGB Variations
Color information
#DD6242 (or 0xDD6242) is known color: Flamingo. HEX triplet: DD, 62 and 42. RGB value is (221,98,66). Sum of RGB (Red+Green+Blue) = 221+98+66=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6242 is #229DBD. Grayscale: #838383. Windows color (decimal): -2268606 or 4350685. OLE color: 4350685.
HSL color Cylindrical-coordinate representation of color #DD6242: hue angle of 12.39º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD6242 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 66 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.13 |
| HSL | 12.39º | 0.7% | 0.56% | - |
| HSV(B) | 12.39º | 0.7% | 0.87% | - |
| XYZ | 35.17 | 24.5 | 8.03 | - |
| YUV | 131.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 66 | 0 | 0.56 | 0.70 | 0.13 | 12.39 | 0.7 | 0.56 |
| Hex | DD | 62 | 42 | 0 | 38 | 46 | D | C | 46 | 38 |
| Octal | 335 | 142 | 102 | 0 | 70 | 106 | 15 | 14 | 106 | 70 |
| Binary | 11011101 | 1100010 | 1000010 | 0 | 111000 | 1000110 | 1101 | 1100 | 1000110 | 111000 |
Color Harmonies of #DD6242
Complementary color
Monochromatic Colors of #DD6242
Black with #DD6242
Text Example
Text Example
White with #DD6242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6242; }
p { color: rgb(221,98,66); }
H1.HeaderClassName
{
color: #DD6242;
}
.AnyTagClassName
{
color: #DD6242;
}
</style>
background-color css
<style>
a { background-color: #DD6242; }
a { background-color: rgb(221,98,66); }
div.DivClassName
{
background-color: #DD6242;
}
.BgClassName
{
background-color: #DD6242;
}
</style>
border-color css
<style>
span { border-color: #DD6242; }
span { border-color: rgb(221,98,66); }
td.TdClassName
{
border-color: #DD6242;
}
.TagClassName
{
border-color: #DD6242;
}
</style>