Shades of Flamingo #DD6C4E
Tints of Flamingo #DD6C4E
RGB
CMYK
RGB Variations
Color information
#DD6C4E (or 0xDD6C4E) is known color: Flamingo. HEX triplet: DD, 6C and 4E. RGB value is (221,108,78). Sum of RGB (Red+Green+Blue) = 221+108+78=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C4E is #2293B1. Grayscale: #8A8A8A. Windows color (decimal): -2266034 or 5139677. OLE color: 5139677.
HSL color Cylindrical-coordinate representation of color #DD6C4E: hue angle of 12.59º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD6C4E is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 78 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.13 |
| HSL | 12.59º | 0.68% | 0.59% | - |
| HSV(B) | 12.59º | 0.65% | 0.87% | - |
| XYZ | 36.56 | 26.65 | 10.42 | - |
| YUV | 138.37 | 93.94 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 78 | 0 | 0.51 | 0.65 | 0.13 | 12.59 | 0.68 | 0.59 |
| Hex | DD | 6C | 4E | 0 | 33 | 41 | D | D | 44 | 3B |
| Octal | 335 | 154 | 116 | 0 | 63 | 101 | 15 | 15 | 104 | 73 |
| Binary | 11011101 | 1101100 | 1001110 | 0 | 110011 | 1000001 | 1101 | 1101 | 1000100 | 111011 |
Color Harmonies of #DD6C4E
Complementary color
Monochromatic Colors of #DD6C4E
Black with #DD6C4E
Text Example
Text Example
White with #DD6C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C4E; }
p { color: rgb(221,108,78); }
H1.HeaderClassName
{
color: #DD6C4E;
}
.AnyTagClassName
{
color: #DD6C4E;
}
</style>
background-color css
<style>
a { background-color: #DD6C4E; }
a { background-color: rgb(221,108,78); }
div.DivClassName
{
background-color: #DD6C4E;
}
.BgClassName
{
background-color: #DD6C4E;
}
</style>
border-color css
<style>
span { border-color: #DD6C4E; }
span { border-color: rgb(221,108,78); }
td.TdClassName
{
border-color: #DD6C4E;
}
.TagClassName
{
border-color: #DD6C4E;
}
</style>