Shades of Flamingo #DC6144
Tints of Flamingo #DC6144
RGB
CMYK
RGB Variations
Color information
#DC6144 (or 0xDC6144) is known color: Flamingo. HEX triplet: DC, 61 and 44. RGB value is (220,97,68). Sum of RGB (Red+Green+Blue) = 220+97+68=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6144 is #239EBB. Grayscale: #828282. Windows color (decimal): -2334396 or 4481500. OLE color: 4481500.
HSL color Cylindrical-coordinate representation of color #DC6144: hue angle of 11.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC6144 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 68 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.14 |
| HSL | 11.45º | 0.68% | 0.56% | - |
| HSV(B) | 11.45º | 0.69% | 0.86% | - |
| XYZ | 34.83 | 24.18 | 8.3 | - |
| YUV | 130.47 | 92.75 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 68 | 0 | 0.56 | 0.69 | 0.14 | 11.45 | 0.68 | 0.56 |
| Hex | DC | 61 | 44 | 0 | 38 | 45 | E | B | 44 | 38 |
| Octal | 334 | 141 | 104 | 0 | 70 | 105 | 16 | 13 | 104 | 70 |
| Binary | 11011100 | 1100001 | 1000100 | 0 | 111000 | 1000101 | 1110 | 1011 | 1000100 | 111000 |
Color Harmonies of #DC6144
Complementary color
Monochromatic Colors of #DC6144
Black with #DC6144
Text Example
Text Example
White with #DC6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6144; }
p { color: rgb(220,97,68); }
H1.HeaderClassName
{
color: #DC6144;
}
.AnyTagClassName
{
color: #DC6144;
}
</style>
background-color css
<style>
a { background-color: #DC6144; }
a { background-color: rgb(220,97,68); }
div.DivClassName
{
background-color: #DC6144;
}
.BgClassName
{
background-color: #DC6144;
}
</style>
border-color css
<style>
span { border-color: #DC6144; }
span { border-color: rgb(220,97,68); }
td.TdClassName
{
border-color: #DC6144;
}
.TagClassName
{
border-color: #DC6144;
}
</style>