Shades of Flamingo #DC6749
Tints of Flamingo #DC6749
RGB
CMYK
RGB Variations
Color information
#DC6749 (or 0xDC6749) is known color: Flamingo. HEX triplet: DC, 67 and 49. RGB value is (220,103,73). Sum of RGB (Red+Green+Blue) = 220+103+73=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6749 is #2398B6. Grayscale: #868686. Windows color (decimal): -2332855 or 4810716. OLE color: 4810716.
HSL color Cylindrical-coordinate representation of color #DC6749: hue angle of 12.24º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC6749 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 73 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.14 |
| HSL | 12.24º | 0.68% | 0.57% | - |
| HSV(B) | 12.24º | 0.67% | 0.86% | - |
| XYZ | 35.57 | 25.4 | 9.33 | - |
| YUV | 134.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 73 | 0 | 0.53 | 0.67 | 0.14 | 12.24 | 0.68 | 0.57 |
| Hex | DC | 67 | 49 | 0 | 35 | 43 | E | C | 44 | 39 |
| Octal | 334 | 147 | 111 | 0 | 65 | 103 | 16 | 14 | 104 | 71 |
| Binary | 11011100 | 1100111 | 1001001 | 0 | 110101 | 1000011 | 1110 | 1100 | 1000100 | 111001 |
Color Harmonies of #DC6749
Complementary color
Monochromatic Colors of #DC6749
Black with #DC6749
Text Example
Text Example
White with #DC6749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6749; }
p { color: rgb(220,103,73); }
H1.HeaderClassName
{
color: #DC6749;
}
.AnyTagClassName
{
color: #DC6749;
}
</style>
background-color css
<style>
a { background-color: #DC6749; }
a { background-color: rgb(220,103,73); }
div.DivClassName
{
background-color: #DC6749;
}
.BgClassName
{
background-color: #DC6749;
}
</style>
border-color css
<style>
span { border-color: #DC6749; }
span { border-color: rgb(220,103,73); }
td.TdClassName
{
border-color: #DC6749;
}
.TagClassName
{
border-color: #DC6749;
}
</style>