Shades of Flamingo #DC6053
Tints of Flamingo #DC6053
RGB
CMYK
RGB Variations
Color information
#DC6053 (or 0xDC6053) is known color: Flamingo. HEX triplet: DC, 60 and 53. RGB value is (220,96,83). Sum of RGB (Red+Green+Blue) = 220+96+83=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6053 is #239FAC. Grayscale: #838383. Windows color (decimal): -2334637 or 5464284. OLE color: 5464284.
HSL color Cylindrical-coordinate representation of color #DC6053: hue angle of 5.69º 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 #DC6053 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 83 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.14 |
| HSL | 5.69º | 0.66% | 0.59% | - |
| HSV(B) | 5.69º | 0.62% | 0.86% | - |
| XYZ | 35.26 | 24.21 | 11 | - |
| YUV | 131.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 83 | 0 | 0.56 | 0.62 | 0.14 | 5.69 | 0.66 | 0.59 |
| Hex | DC | 60 | 53 | 0 | 38 | 3E | E | 6 | 42 | 3B |
| Octal | 334 | 140 | 123 | 0 | 70 | 76 | 16 | 6 | 102 | 73 |
| Binary | 11011100 | 1100000 | 1010011 | 0 | 111000 | 111110 | 1110 | 110 | 1000010 | 111011 |
Color Harmonies of #DC6053
Complementary color
Monochromatic Colors of #DC6053
Black with #DC6053
Text Example
Text Example
White with #DC6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6053; }
p { color: rgb(220,96,83); }
H1.HeaderClassName
{
color: #DC6053;
}
.AnyTagClassName
{
color: #DC6053;
}
</style>
background-color css
<style>
a { background-color: #DC6053; }
a { background-color: rgb(220,96,83); }
div.DivClassName
{
background-color: #DC6053;
}
.BgClassName
{
background-color: #DC6053;
}
</style>
border-color css
<style>
span { border-color: #DC6053; }
span { border-color: rgb(220,96,83); }
td.TdClassName
{
border-color: #DC6053;
}
.TagClassName
{
border-color: #DC6053;
}
</style>