Shades of Flamingo #DC6253
Tints of Flamingo #DC6253
RGB
CMYK
RGB Variations
Color information
#DC6253 (or 0xDC6253) is known color: Flamingo. HEX triplet: DC, 62 and 53. RGB value is (220,98,83). Sum of RGB (Red+Green+Blue) = 220+98+83=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6253 is #239DAC. Grayscale: #848484. Windows color (decimal): -2334125 or 5464796. OLE color: 5464796.
HSL color Cylindrical-coordinate representation of color #DC6253: hue angle of 6.57º 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 #DC6253 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 83 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.14 |
| HSL | 6.57º | 0.66% | 0.59% | - |
| HSV(B) | 6.57º | 0.62% | 0.86% | - |
| XYZ | 35.44 | 24.58 | 11.06 | - |
| YUV | 132.77 | 99.92 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 83 | 0 | 0.55 | 0.62 | 0.14 | 6.57 | 0.66 | 0.59 |
| Hex | DC | 62 | 53 | 0 | 37 | 3E | E | 7 | 42 | 3B |
| Octal | 334 | 142 | 123 | 0 | 67 | 76 | 16 | 7 | 102 | 73 |
| Binary | 11011100 | 1100010 | 1010011 | 0 | 110111 | 111110 | 1110 | 111 | 1000010 | 111011 |
Color Harmonies of #DC6253
Complementary color
Monochromatic Colors of #DC6253
Black with #DC6253
Text Example
Text Example
White with #DC6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6253; }
p { color: rgb(220,98,83); }
H1.HeaderClassName
{
color: #DC6253;
}
.AnyTagClassName
{
color: #DC6253;
}
</style>
background-color css
<style>
a { background-color: #DC6253; }
a { background-color: rgb(220,98,83); }
div.DivClassName
{
background-color: #DC6253;
}
.BgClassName
{
background-color: #DC6253;
}
</style>
border-color css
<style>
span { border-color: #DC6253; }
span { border-color: rgb(220,98,83); }
td.TdClassName
{
border-color: #DC6253;
}
.TagClassName
{
border-color: #DC6253;
}
</style>