Shades of Flamingo #DC6350
Tints of Flamingo #DC6350
RGB
CMYK
RGB Variations
Color information
#DC6350 (or 0xDC6350) is known color: Flamingo. HEX triplet: DC, 63 and 50. RGB value is (220,99,80). Sum of RGB (Red+Green+Blue) = 220+99+80=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6350 is #239CAF. Grayscale: #858585. Windows color (decimal): -2333872 or 5268444. OLE color: 5268444.
HSL color Cylindrical-coordinate representation of color #DC6350: hue angle of 8.14º 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 #DC6350 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 80 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.14 |
| HSL | 8.14º | 0.67% | 0.59% | - |
| HSV(B) | 8.14º | 0.64% | 0.86% | - |
| XYZ | 35.43 | 24.72 | 10.49 | - |
| YUV | 133.01 | 98.09 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 80 | 0 | 0.55 | 0.64 | 0.14 | 8.14 | 0.67 | 0.59 |
| Hex | DC | 63 | 50 | 0 | 37 | 40 | E | 8 | 43 | 3B |
| Octal | 334 | 143 | 120 | 0 | 67 | 100 | 16 | 10 | 103 | 73 |
| Binary | 11011100 | 1100011 | 1010000 | 0 | 110111 | 1000000 | 1110 | 1000 | 1000011 | 111011 |
Color Harmonies of #DC6350
Complementary color
Monochromatic Colors of #DC6350
Black with #DC6350
Text Example
Text Example
White with #DC6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6350; }
p { color: rgb(220,99,80); }
H1.HeaderClassName
{
color: #DC6350;
}
.AnyTagClassName
{
color: #DC6350;
}
</style>
background-color css
<style>
a { background-color: #DC6350; }
a { background-color: rgb(220,99,80); }
div.DivClassName
{
background-color: #DC6350;
}
.BgClassName
{
background-color: #DC6350;
}
</style>
border-color css
<style>
span { border-color: #DC6350; }
span { border-color: rgb(220,99,80); }
td.TdClassName
{
border-color: #DC6350;
}
.TagClassName
{
border-color: #DC6350;
}
</style>