Shades of Flamingo #DC6850
Tints of Flamingo #DC6850
RGB
CMYK
RGB Variations
Color information
#DC6850 (or 0xDC6850) is known color: Flamingo. HEX triplet: DC, 68 and 50. RGB value is (220,104,80). Sum of RGB (Red+Green+Blue) = 220+104+80=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6850 is #2397AF. Grayscale: #888888. Windows color (decimal): -2332592 or 5269724. OLE color: 5269724.
HSL color Cylindrical-coordinate representation of color #DC6850: hue angle of 10.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC6850 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 80 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.14 |
| HSL | 10.29º | 0.67% | 0.59% | - |
| HSV(B) | 10.29º | 0.64% | 0.86% | - |
| XYZ | 35.91 | 25.7 | 10.66 | - |
| YUV | 135.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 80 | 0 | 0.53 | 0.64 | 0.14 | 10.29 | 0.67 | 0.59 |
| Hex | DC | 68 | 50 | 0 | 35 | 40 | E | A | 43 | 3B |
| Octal | 334 | 150 | 120 | 0 | 65 | 100 | 16 | 12 | 103 | 73 |
| Binary | 11011100 | 1101000 | 1010000 | 0 | 110101 | 1000000 | 1110 | 1010 | 1000011 | 111011 |
Color Harmonies of #DC6850
Complementary color
Monochromatic Colors of #DC6850
Black with #DC6850
Text Example
Text Example
White with #DC6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6850; }
p { color: rgb(220,104,80); }
H1.HeaderClassName
{
color: #DC6850;
}
.AnyTagClassName
{
color: #DC6850;
}
</style>
background-color css
<style>
a { background-color: #DC6850; }
a { background-color: rgb(220,104,80); }
div.DivClassName
{
background-color: #DC6850;
}
.BgClassName
{
background-color: #DC6850;
}
</style>
border-color css
<style>
span { border-color: #DC6850; }
span { border-color: rgb(220,104,80); }
td.TdClassName
{
border-color: #DC6850;
}
.TagClassName
{
border-color: #DC6850;
}
</style>