Shades of Flamingo #DD6042
Tints of Flamingo #DD6042
RGB
CMYK
RGB Variations
Color information
#DD6042 (or 0xDD6042) is known color: Flamingo. HEX triplet: DD, 60 and 42. RGB value is (221,96,66). Sum of RGB (Red+Green+Blue) = 221+96+66=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6042 is #229FBD. Grayscale: #828282. Windows color (decimal): -2269118 or 4350173. OLE color: 4350173.
HSL color Cylindrical-coordinate representation of color #DD6042: hue angle of 11.61º 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 #DD6042 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 66 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.13 |
| HSL | 11.61º | 0.7% | 0.56% | - |
| HSV(B) | 11.61º | 0.7% | 0.87% | - |
| XYZ | 34.99 | 24.13 | 7.97 | - |
| YUV | 129.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 66 | 0 | 0.57 | 0.70 | 0.13 | 11.61 | 0.7 | 0.56 |
| Hex | DD | 60 | 42 | 0 | 39 | 46 | D | C | 46 | 38 |
| Octal | 335 | 140 | 102 | 0 | 71 | 106 | 15 | 14 | 106 | 70 |
| Binary | 11011101 | 1100000 | 1000010 | 0 | 111001 | 1000110 | 1101 | 1100 | 1000110 | 111000 |
Color Harmonies of #DD6042
Complementary color
Monochromatic Colors of #DD6042
Black with #DD6042
Text Example
Text Example
White with #DD6042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6042; }
p { color: rgb(221,96,66); }
H1.HeaderClassName
{
color: #DD6042;
}
.AnyTagClassName
{
color: #DD6042;
}
</style>
background-color css
<style>
a { background-color: #DD6042; }
a { background-color: rgb(221,96,66); }
div.DivClassName
{
background-color: #DD6042;
}
.BgClassName
{
background-color: #DD6042;
}
</style>
border-color css
<style>
span { border-color: #DD6042; }
span { border-color: rgb(221,96,66); }
td.TdClassName
{
border-color: #DD6042;
}
.TagClassName
{
border-color: #DD6042;
}
</style>