Shades of Flamingo #DC6846
Tints of Flamingo #DC6846
RGB
CMYK
RGB Variations
Color information
#DC6846 (or 0xDC6846) is known color: Flamingo. HEX triplet: DC, 68 and 46. RGB value is (220,104,70). Sum of RGB (Red+Green+Blue) = 220+104+70=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6846 is #2397B9. Grayscale: #878787. Windows color (decimal): -2332602 or 4614364. OLE color: 4614364.
HSL color Cylindrical-coordinate representation of color #DC6846: hue angle of 13.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC6846 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 70 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.14 |
| HSL | 13.6º | 0.68% | 0.57% | - |
| HSV(B) | 13.6º | 0.68% | 0.86% | - |
| XYZ | 35.57 | 25.56 | 8.85 | - |
| YUV | 134.81 | 91.43 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 70 | 0 | 0.53 | 0.68 | 0.14 | 13.6 | 0.68 | 0.57 |
| Hex | DC | 68 | 46 | 0 | 35 | 44 | E | E | 44 | 39 |
| Octal | 334 | 150 | 106 | 0 | 65 | 104 | 16 | 16 | 104 | 71 |
| Binary | 11011100 | 1101000 | 1000110 | 0 | 110101 | 1000100 | 1110 | 1110 | 1000100 | 111001 |
Color Harmonies of #DC6846
Complementary color
Monochromatic Colors of #DC6846
Black with #DC6846
Text Example
Text Example
White with #DC6846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6846; }
p { color: rgb(220,104,70); }
H1.HeaderClassName
{
color: #DC6846;
}
.AnyTagClassName
{
color: #DC6846;
}
</style>
background-color css
<style>
a { background-color: #DC6846; }
a { background-color: rgb(220,104,70); }
div.DivClassName
{
background-color: #DC6846;
}
.BgClassName
{
background-color: #DC6846;
}
</style>
border-color css
<style>
span { border-color: #DC6846; }
span { border-color: rgb(220,104,70); }
td.TdClassName
{
border-color: #DC6846;
}
.TagClassName
{
border-color: #DC6846;
}
</style>