Shades of Flamingo #DD674D
Tints of Flamingo #DD674D
RGB
CMYK
RGB Variations
Color information
#DD674D (or 0xDD674D) is known color: Flamingo. HEX triplet: DD, 67 and 4D. RGB value is (221,103,77). Sum of RGB (Red+Green+Blue) = 221+103+77=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD674D is #2298B2. Grayscale: #878787. Windows color (decimal): -2267315 or 5072861. OLE color: 5072861.
HSL color Cylindrical-coordinate representation of color #DD674D: hue angle of 10.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD674D is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 77 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.13 |
| HSL | 10.83º | 0.68% | 0.58% | - |
| HSV(B) | 10.83º | 0.65% | 0.87% | - |
| XYZ | 36.01 | 25.61 | 10.07 | - |
| YUV | 135.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 77 | 0 | 0.53 | 0.65 | 0.13 | 10.83 | 0.68 | 0.58 |
| Hex | DD | 67 | 4D | 0 | 35 | 41 | D | B | 44 | 3A |
| Octal | 335 | 147 | 115 | 0 | 65 | 101 | 15 | 13 | 104 | 72 |
| Binary | 11011101 | 1100111 | 1001101 | 0 | 110101 | 1000001 | 1101 | 1011 | 1000100 | 111010 |
Color Harmonies of #DD674D
Complementary color
Monochromatic Colors of #DD674D
Black with #DD674D
Text Example
Text Example
White with #DD674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD674D; }
p { color: rgb(221,103,77); }
H1.HeaderClassName
{
color: #DD674D;
}
.AnyTagClassName
{
color: #DD674D;
}
</style>
background-color css
<style>
a { background-color: #DD674D; }
a { background-color: rgb(221,103,77); }
div.DivClassName
{
background-color: #DD674D;
}
.BgClassName
{
background-color: #DD674D;
}
</style>
border-color css
<style>
span { border-color: #DD674D; }
span { border-color: rgb(221,103,77); }
td.TdClassName
{
border-color: #DD674D;
}
.TagClassName
{
border-color: #DD674D;
}
</style>