Shades of Flamingo #DD674B
Tints of Flamingo #DD674B
RGB
CMYK
RGB Variations
Color information
#DD674B (or 0xDD674B) is known color: Flamingo. HEX triplet: DD, 67 and 4B. RGB value is (221,103,75). Sum of RGB (Red+Green+Blue) = 221+103+75=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD674B is #2298B4. Grayscale: #878787. Windows color (decimal): -2267317 or 4941789. OLE color: 4941789.
HSL color Cylindrical-coordinate representation of color #DD674B: hue angle of 11.51º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD674B is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 75 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.13 |
| HSL | 11.51º | 0.68% | 0.58% | - |
| HSV(B) | 11.51º | 0.66% | 0.87% | - |
| XYZ | 35.94 | 25.58 | 9.7 | - |
| YUV | 135.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 75 | 0 | 0.53 | 0.66 | 0.13 | 11.51 | 0.68 | 0.58 |
| Hex | DD | 67 | 4B | 0 | 35 | 42 | D | C | 44 | 3A |
| Octal | 335 | 147 | 113 | 0 | 65 | 102 | 15 | 14 | 104 | 72 |
| Binary | 11011101 | 1100111 | 1001011 | 0 | 110101 | 1000010 | 1101 | 1100 | 1000100 | 111010 |
Color Harmonies of #DD674B
Complementary color
Monochromatic Colors of #DD674B
Black with #DD674B
Text Example
Text Example
White with #DD674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD674B; }
p { color: rgb(221,103,75); }
H1.HeaderClassName
{
color: #DD674B;
}
.AnyTagClassName
{
color: #DD674B;
}
</style>
background-color css
<style>
a { background-color: #DD674B; }
a { background-color: rgb(221,103,75); }
div.DivClassName
{
background-color: #DD674B;
}
.BgClassName
{
background-color: #DD674B;
}
</style>
border-color css
<style>
span { border-color: #DD674B; }
span { border-color: rgb(221,103,75); }
td.TdClassName
{
border-color: #DD674B;
}
.TagClassName
{
border-color: #DD674B;
}
</style>