Shades of Flamingo #DD674F
Tints of Flamingo #DD674F
RGB
CMYK
RGB Variations
Color information
#DD674F (or 0xDD674F) is known color: Flamingo. HEX triplet: DD, 67 and 4F. RGB value is (221,103,79). Sum of RGB (Red+Green+Blue) = 221+103+79=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD674F is #2298B0. Grayscale: #878787. Windows color (decimal): -2267313 or 5203933. OLE color: 5203933.
HSL color Cylindrical-coordinate representation of color #DD674F: hue angle of 10.14º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD674F is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 79 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.13 |
| HSL | 10.14º | 0.68% | 0.59% | - |
| HSV(B) | 10.14º | 0.64% | 0.87% | - |
| XYZ | 36.08 | 25.64 | 10.44 | - |
| YUV | 135.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 79 | 0 | 0.53 | 0.64 | 0.13 | 10.14 | 0.68 | 0.59 |
| Hex | DD | 67 | 4F | 0 | 35 | 40 | D | A | 44 | 3B |
| Octal | 335 | 147 | 117 | 0 | 65 | 100 | 15 | 12 | 104 | 73 |
| Binary | 11011101 | 1100111 | 1001111 | 0 | 110101 | 1000000 | 1101 | 1010 | 1000100 | 111011 |
Color Harmonies of #DD674F
Complementary color
Monochromatic Colors of #DD674F
Black with #DD674F
Text Example
Text Example
White with #DD674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD674F; }
p { color: rgb(221,103,79); }
H1.HeaderClassName
{
color: #DD674F;
}
.AnyTagClassName
{
color: #DD674F;
}
</style>
background-color css
<style>
a { background-color: #DD674F; }
a { background-color: rgb(221,103,79); }
div.DivClassName
{
background-color: #DD674F;
}
.BgClassName
{
background-color: #DD674F;
}
</style>
border-color css
<style>
span { border-color: #DD674F; }
span { border-color: rgb(221,103,79); }
td.TdClassName
{
border-color: #DD674F;
}
.TagClassName
{
border-color: #DD674F;
}
</style>