Shades of Flamingo #DC6250
Tints of Flamingo #DC6250
RGB
CMYK
RGB Variations
Color information
#DC6250 (or 0xDC6250) is known color: Flamingo. HEX triplet: DC, 62 and 50. RGB value is (220,98,80). Sum of RGB (Red+Green+Blue) = 220+98+80=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6250 is #239DAF. Grayscale: #848484. Windows color (decimal): -2334128 or 5268188. OLE color: 5268188.
HSL color Cylindrical-coordinate representation of color #DC6250: hue angle of 7.71º 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 #DC6250 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 80 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.14 |
| HSL | 7.71º | 0.67% | 0.59% | - |
| HSV(B) | 7.71º | 0.64% | 0.86% | - |
| XYZ | 35.33 | 24.53 | 10.46 | - |
| YUV | 132.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 80 | 0 | 0.55 | 0.64 | 0.14 | 7.71 | 0.67 | 0.59 |
| Hex | DC | 62 | 50 | 0 | 37 | 40 | E | 8 | 43 | 3B |
| Octal | 334 | 142 | 120 | 0 | 67 | 100 | 16 | 10 | 103 | 73 |
| Binary | 11011100 | 1100010 | 1010000 | 0 | 110111 | 1000000 | 1110 | 1000 | 1000011 | 111011 |
Color Harmonies of #DC6250
Complementary color
Monochromatic Colors of #DC6250
Black with #DC6250
Text Example
Text Example
White with #DC6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6250; }
p { color: rgb(220,98,80); }
H1.HeaderClassName
{
color: #DC6250;
}
.AnyTagClassName
{
color: #DC6250;
}
</style>
background-color css
<style>
a { background-color: #DC6250; }
a { background-color: rgb(220,98,80); }
div.DivClassName
{
background-color: #DC6250;
}
.BgClassName
{
background-color: #DC6250;
}
</style>
border-color css
<style>
span { border-color: #DC6250; }
span { border-color: rgb(220,98,80); }
td.TdClassName
{
border-color: #DC6250;
}
.TagClassName
{
border-color: #DC6250;
}
</style>