Shades of Flamingo #DD6748
Tints of Flamingo #DD6748
RGB
CMYK
RGB Variations
Color information
#DD6748 (or 0xDD6748) is known color: Flamingo. HEX triplet: DD, 67 and 48. RGB value is (221,103,72). Sum of RGB (Red+Green+Blue) = 221+103+72=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6748 is #2298B7. Grayscale: #868686. Windows color (decimal): -2267320 or 4745181. OLE color: 4745181.
HSL color Cylindrical-coordinate representation of color #DD6748: hue angle of 12.48º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD6748 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 72 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.13 |
| HSL | 12.48º | 0.69% | 0.57% | - |
| HSV(B) | 12.48º | 0.67% | 0.87% | - |
| XYZ | 35.84 | 25.54 | 9.17 | - |
| YUV | 134.75 | 92.59 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 72 | 0 | 0.53 | 0.67 | 0.13 | 12.48 | 0.69 | 0.57 |
| Hex | DD | 67 | 48 | 0 | 35 | 43 | D | C | 45 | 39 |
| Octal | 335 | 147 | 110 | 0 | 65 | 103 | 15 | 14 | 105 | 71 |
| Binary | 11011101 | 1100111 | 1001000 | 0 | 110101 | 1000011 | 1101 | 1100 | 1000101 | 111001 |
Color Harmonies of #DD6748
Complementary color
Monochromatic Colors of #DD6748
Black with #DD6748
Text Example
Text Example
White with #DD6748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6748; }
p { color: rgb(221,103,72); }
H1.HeaderClassName
{
color: #DD6748;
}
.AnyTagClassName
{
color: #DD6748;
}
</style>
background-color css
<style>
a { background-color: #DD6748; }
a { background-color: rgb(221,103,72); }
div.DivClassName
{
background-color: #DD6748;
}
.BgClassName
{
background-color: #DD6748;
}
</style>
border-color css
<style>
span { border-color: #DD6748; }
span { border-color: rgb(221,103,72); }
td.TdClassName
{
border-color: #DD6748;
}
.TagClassName
{
border-color: #DD6748;
}
</style>