Shades of Flamingo #DC6853
Tints of Flamingo #DC6853
RGB
CMYK
RGB Variations
Color information
#DC6853 (or 0xDC6853) is known color: Flamingo. HEX triplet: DC, 68 and 53. RGB value is (220,104,83). Sum of RGB (Red+Green+Blue) = 220+104+83=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6853 is #2397AC. Grayscale: #888888. Windows color (decimal): -2332589 or 5466332. OLE color: 5466332.
HSL color Cylindrical-coordinate representation of color #DC6853: hue angle of 9.2º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC6853 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 83 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.14 |
| HSL | 9.2º | 0.66% | 0.59% | - |
| HSV(B) | 9.2º | 0.62% | 0.86% | - |
| XYZ | 36.03 | 25.74 | 11.25 | - |
| YUV | 136.29 | 97.93 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 83 | 0 | 0.53 | 0.62 | 0.14 | 9.2 | 0.66 | 0.59 |
| Hex | DC | 68 | 53 | 0 | 35 | 3E | E | 9 | 42 | 3B |
| Octal | 334 | 150 | 123 | 0 | 65 | 76 | 16 | 11 | 102 | 73 |
| Binary | 11011100 | 1101000 | 1010011 | 0 | 110101 | 111110 | 1110 | 1001 | 1000010 | 111011 |
Color Harmonies of #DC6853
Complementary color
Monochromatic Colors of #DC6853
Black with #DC6853
Text Example
Text Example
White with #DC6853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6853; }
p { color: rgb(220,104,83); }
H1.HeaderClassName
{
color: #DC6853;
}
.AnyTagClassName
{
color: #DC6853;
}
</style>
background-color css
<style>
a { background-color: #DC6853; }
a { background-color: rgb(220,104,83); }
div.DivClassName
{
background-color: #DC6853;
}
.BgClassName
{
background-color: #DC6853;
}
</style>
border-color css
<style>
span { border-color: #DC6853; }
span { border-color: rgb(220,104,83); }
td.TdClassName
{
border-color: #DC6853;
}
.TagClassName
{
border-color: #DC6853;
}
</style>