Shades of Flamingo #DC6353
Tints of Flamingo #DC6353
RGB
CMYK
RGB Variations
Color information
#DC6353 (or 0xDC6353) is known color: Flamingo. HEX triplet: DC, 63 and 53. RGB value is (220,99,83). Sum of RGB (Red+Green+Blue) = 220+99+83=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6353 is #239CAC. Grayscale: #858585. Windows color (decimal): -2333869 or 5465052. OLE color: 5465052.
HSL color Cylindrical-coordinate representation of color #DC6353: hue angle of 7.01º 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 #DC6353 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 83 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.14 |
| HSL | 7.01º | 0.66% | 0.59% | - |
| HSV(B) | 7.01º | 0.62% | 0.86% | - |
| XYZ | 35.54 | 24.76 | 11.09 | - |
| YUV | 133.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 83 | 0 | 0.55 | 0.62 | 0.14 | 7.01 | 0.66 | 0.59 |
| Hex | DC | 63 | 53 | 0 | 37 | 3E | E | 7 | 42 | 3B |
| Octal | 334 | 143 | 123 | 0 | 67 | 76 | 16 | 7 | 102 | 73 |
| Binary | 11011100 | 1100011 | 1010011 | 0 | 110111 | 111110 | 1110 | 111 | 1000010 | 111011 |
Color Harmonies of #DC6353
Complementary color
Monochromatic Colors of #DC6353
Black with #DC6353
Text Example
Text Example
White with #DC6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6353; }
p { color: rgb(220,99,83); }
H1.HeaderClassName
{
color: #DC6353;
}
.AnyTagClassName
{
color: #DC6353;
}
</style>
background-color css
<style>
a { background-color: #DC6353; }
a { background-color: rgb(220,99,83); }
div.DivClassName
{
background-color: #DC6353;
}
.BgClassName
{
background-color: #DC6353;
}
</style>
border-color css
<style>
span { border-color: #DC6353; }
span { border-color: rgb(220,99,83); }
td.TdClassName
{
border-color: #DC6353;
}
.TagClassName
{
border-color: #DC6353;
}
</style>