Shades of Flamingo #DD6342
Tints of Flamingo #DD6342
RGB
CMYK
RGB Variations
Color information
#DD6342 (or 0xDD6342) is known color: Flamingo. HEX triplet: DD, 63 and 42. RGB value is (221,99,66). Sum of RGB (Red+Green+Blue) = 221+99+66=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6342 is #229CBD. Grayscale: #838383. Windows color (decimal): -2268350 or 4350941. OLE color: 4350941.
HSL color Cylindrical-coordinate representation of color #DD6342: hue angle of 12.77º 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 #DD6342 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 66 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.13 |
| HSL | 12.77º | 0.7% | 0.56% | - |
| HSV(B) | 12.77º | 0.7% | 0.87% | - |
| XYZ | 35.26 | 24.69 | 8.06 | - |
| YUV | 131.72 | 90.92 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 66 | 0 | 0.55 | 0.70 | 0.13 | 12.77 | 0.7 | 0.56 |
| Hex | DD | 63 | 42 | 0 | 37 | 46 | D | D | 46 | 38 |
| Octal | 335 | 143 | 102 | 0 | 67 | 106 | 15 | 15 | 106 | 70 |
| Binary | 11011101 | 1100011 | 1000010 | 0 | 110111 | 1000110 | 1101 | 1101 | 1000110 | 111000 |
Color Harmonies of #DD6342
Complementary color
Monochromatic Colors of #DD6342
Black with #DD6342
Text Example
Text Example
White with #DD6342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6342; }
p { color: rgb(221,99,66); }
H1.HeaderClassName
{
color: #DD6342;
}
.AnyTagClassName
{
color: #DD6342;
}
</style>
background-color css
<style>
a { background-color: #DD6342; }
a { background-color: rgb(221,99,66); }
div.DivClassName
{
background-color: #DD6342;
}
.BgClassName
{
background-color: #DD6342;
}
</style>
border-color css
<style>
span { border-color: #DD6342; }
span { border-color: rgb(221,99,66); }
td.TdClassName
{
border-color: #DD6342;
}
.TagClassName
{
border-color: #DD6342;
}
</style>