Shades of Flamingo #DC5F44
Tints of Flamingo #DC5F44
RGB
CMYK
RGB Variations
Color information
#DC5F44 (or 0xDC5F44) is known color: Flamingo. HEX triplet: DC, 5F and 44. RGB value is (220,95,68). Sum of RGB (Red+Green+Blue) = 220+95+68=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F44 is #23A0BB. Grayscale: #818181. Windows color (decimal): -2334908 or 4480988. OLE color: 4480988.
HSL color Cylindrical-coordinate representation of color #DC5F44: hue angle of 10.66º 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 #DC5F44 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 68 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.14 |
| HSL | 10.66º | 0.68% | 0.56% | - |
| HSV(B) | 10.66º | 0.69% | 0.86% | - |
| XYZ | 34.65 | 23.82 | 8.24 | - |
| YUV | 129.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 68 | 0 | 0.57 | 0.69 | 0.14 | 10.66 | 0.68 | 0.56 |
| Hex | DC | 5F | 44 | 0 | 39 | 45 | E | B | 44 | 38 |
| Octal | 334 | 137 | 104 | 0 | 71 | 105 | 16 | 13 | 104 | 70 |
| Binary | 11011100 | 1011111 | 1000100 | 0 | 111001 | 1000101 | 1110 | 1011 | 1000100 | 111000 |
Color Harmonies of #DC5F44
Complementary color
Monochromatic Colors of #DC5F44
Black with #DC5F44
Text Example
Text Example
White with #DC5F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F44; }
p { color: rgb(220,95,68); }
H1.HeaderClassName
{
color: #DC5F44;
}
.AnyTagClassName
{
color: #DC5F44;
}
</style>
background-color css
<style>
a { background-color: #DC5F44; }
a { background-color: rgb(220,95,68); }
div.DivClassName
{
background-color: #DC5F44;
}
.BgClassName
{
background-color: #DC5F44;
}
</style>
border-color css
<style>
span { border-color: #DC5F44; }
span { border-color: rgb(220,95,68); }
td.TdClassName
{
border-color: #DC5F44;
}
.TagClassName
{
border-color: #DC5F44;
}
</style>