Shades of Flamingo #DC6153
Tints of Flamingo #DC6153
RGB
CMYK
RGB Variations
Color information
#DC6153 (or 0xDC6153) is known color: Flamingo. HEX triplet: DC, 61 and 53. RGB value is (220,97,83). Sum of RGB (Red+Green+Blue) = 220+97+83=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6153 is #239EAC. Grayscale: #848484. Windows color (decimal): -2334381 or 5464540. OLE color: 5464540.
HSL color Cylindrical-coordinate representation of color #DC6153: hue angle of 6.13º 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 #DC6153 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 83 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.14 |
| HSL | 6.13º | 0.66% | 0.59% | - |
| HSV(B) | 6.13º | 0.62% | 0.86% | - |
| XYZ | 35.35 | 24.39 | 11.03 | - |
| YUV | 132.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 83 | 0 | 0.56 | 0.62 | 0.14 | 6.13 | 0.66 | 0.59 |
| Hex | DC | 61 | 53 | 0 | 38 | 3E | E | 6 | 42 | 3B |
| Octal | 334 | 141 | 123 | 0 | 70 | 76 | 16 | 6 | 102 | 73 |
| Binary | 11011100 | 1100001 | 1010011 | 0 | 111000 | 111110 | 1110 | 110 | 1000010 | 111011 |
Color Harmonies of #DC6153
Complementary color
Monochromatic Colors of #DC6153
Black with #DC6153
Text Example
Text Example
White with #DC6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6153; }
p { color: rgb(220,97,83); }
H1.HeaderClassName
{
color: #DC6153;
}
.AnyTagClassName
{
color: #DC6153;
}
</style>
background-color css
<style>
a { background-color: #DC6153; }
a { background-color: rgb(220,97,83); }
div.DivClassName
{
background-color: #DC6153;
}
.BgClassName
{
background-color: #DC6153;
}
</style>
border-color css
<style>
span { border-color: #DC6153; }
span { border-color: rgb(220,97,83); }
td.TdClassName
{
border-color: #DC6153;
}
.TagClassName
{
border-color: #DC6153;
}
</style>