Shades of Flamingo #DD6745
Tints of Flamingo #DD6745
RGB
CMYK
RGB Variations
Color information
#DD6745 (or 0xDD6745) is known color: Flamingo. HEX triplet: DD, 67 and 45. RGB value is (221,103,69). Sum of RGB (Red+Green+Blue) = 221+103+69=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6745 is #2298BA. Grayscale: #868686. Windows color (decimal): -2267323 or 4548573. OLE color: 4548573.
HSL color Cylindrical-coordinate representation of color #DD6745: hue angle of 13.42º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD6745 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 69 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.13 |
| HSL | 13.42º | 0.69% | 0.57% | - |
| HSV(B) | 13.42º | 0.69% | 0.87% | - |
| XYZ | 35.74 | 25.5 | 8.67 | - |
| YUV | 134.41 | 91.09 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 69 | 0 | 0.53 | 0.69 | 0.13 | 13.42 | 0.69 | 0.57 |
| Hex | DD | 67 | 45 | 0 | 35 | 45 | D | D | 45 | 39 |
| Octal | 335 | 147 | 105 | 0 | 65 | 105 | 15 | 15 | 105 | 71 |
| Binary | 11011101 | 1100111 | 1000101 | 0 | 110101 | 1000101 | 1101 | 1101 | 1000101 | 111001 |
Color Harmonies of #DD6745
Complementary color
Monochromatic Colors of #DD6745
Black with #DD6745
Text Example
Text Example
White with #DD6745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6745; }
p { color: rgb(221,103,69); }
H1.HeaderClassName
{
color: #DD6745;
}
.AnyTagClassName
{
color: #DD6745;
}
</style>
background-color css
<style>
a { background-color: #DD6745; }
a { background-color: rgb(221,103,69); }
div.DivClassName
{
background-color: #DD6745;
}
.BgClassName
{
background-color: #DD6745;
}
</style>
border-color css
<style>
span { border-color: #DD6745; }
span { border-color: rgb(221,103,69); }
td.TdClassName
{
border-color: #DD6745;
}
.TagClassName
{
border-color: #DD6745;
}
</style>