Shades of Flamingo #DD6750
Tints of Flamingo #DD6750
RGB
CMYK
RGB Variations
Color information
#DD6750 (or 0xDD6750) is known color: Flamingo. HEX triplet: DD, 67 and 50. RGB value is (221,103,80). Sum of RGB (Red+Green+Blue) = 221+103+80=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6750 is #2298AF. Grayscale: #878787. Windows color (decimal): -2267312 or 5269469. OLE color: 5269469.
HSL color Cylindrical-coordinate representation of color #DD6750: hue angle of 9.79º degrees, saturation: 0.67, 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 #DD6750 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 80 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.13 |
| HSL | 9.79º | 0.67% | 0.59% | - |
| HSV(B) | 9.79º | 0.64% | 0.87% | - |
| XYZ | 36.12 | 25.65 | 10.64 | - |
| YUV | 135.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 80 | 0 | 0.53 | 0.64 | 0.13 | 9.79 | 0.67 | 0.59 |
| Hex | DD | 67 | 50 | 0 | 35 | 40 | D | A | 43 | 3B |
| Octal | 335 | 147 | 120 | 0 | 65 | 100 | 15 | 12 | 103 | 73 |
| Binary | 11011101 | 1100111 | 1010000 | 0 | 110101 | 1000000 | 1101 | 1010 | 1000011 | 111011 |
Color Harmonies of #DD6750
Complementary color
Monochromatic Colors of #DD6750
Black with #DD6750
Text Example
Text Example
White with #DD6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6750; }
p { color: rgb(221,103,80); }
H1.HeaderClassName
{
color: #DD6750;
}
.AnyTagClassName
{
color: #DD6750;
}
</style>
background-color css
<style>
a { background-color: #DD6750; }
a { background-color: rgb(221,103,80); }
div.DivClassName
{
background-color: #DD6750;
}
.BgClassName
{
background-color: #DD6750;
}
</style>
border-color css
<style>
span { border-color: #DD6750; }
span { border-color: rgb(221,103,80); }
td.TdClassName
{
border-color: #DD6750;
}
.TagClassName
{
border-color: #DD6750;
}
</style>