Shades of Flamingo #DC6849
Tints of Flamingo #DC6849
RGB
CMYK
RGB Variations
Color information
#DC6849 (or 0xDC6849) is known color: Flamingo. HEX triplet: DC, 68 and 49. RGB value is (220,104,73). Sum of RGB (Red+Green+Blue) = 220+104+73=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6849 is #2397B6. Grayscale: #878787. Windows color (decimal): -2332599 or 4810972. OLE color: 4810972.
HSL color Cylindrical-coordinate representation of color #DC6849: hue angle of 12.65º 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 #DC6849 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 73 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.14 |
| HSL | 12.65º | 0.68% | 0.57% | - |
| HSV(B) | 12.65º | 0.67% | 0.86% | - |
| XYZ | 35.67 | 25.6 | 9.36 | - |
| YUV | 135.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 73 | 0 | 0.53 | 0.67 | 0.14 | 12.65 | 0.68 | 0.57 |
| Hex | DC | 68 | 49 | 0 | 35 | 43 | E | D | 44 | 39 |
| Octal | 334 | 150 | 111 | 0 | 65 | 103 | 16 | 15 | 104 | 71 |
| Binary | 11011100 | 1101000 | 1001001 | 0 | 110101 | 1000011 | 1110 | 1101 | 1000100 | 111001 |
Color Harmonies of #DC6849
Complementary color
Monochromatic Colors of #DC6849
Black with #DC6849
Text Example
Text Example
White with #DC6849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6849; }
p { color: rgb(220,104,73); }
H1.HeaderClassName
{
color: #DC6849;
}
.AnyTagClassName
{
color: #DC6849;
}
</style>
background-color css
<style>
a { background-color: #DC6849; }
a { background-color: rgb(220,104,73); }
div.DivClassName
{
background-color: #DC6849;
}
.BgClassName
{
background-color: #DC6849;
}
</style>
border-color css
<style>
span { border-color: #DC6849; }
span { border-color: rgb(220,104,73); }
td.TdClassName
{
border-color: #DC6849;
}
.TagClassName
{
border-color: #DC6849;
}
</style>