Shades of Flamingo #DC6048
Tints of Flamingo #DC6048
RGB
CMYK
RGB Variations
Color information
#DC6048 (or 0xDC6048) is known color: Flamingo. HEX triplet: DC, 60 and 48. RGB value is (220,96,72). Sum of RGB (Red+Green+Blue) = 220+96+72=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6048 is #239FB7. Grayscale: #828282. Windows color (decimal): -2334648 or 4743388. OLE color: 4743388.
HSL color Cylindrical-coordinate representation of color #DC6048: hue angle of 9.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC6048 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 72 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.14 |
| HSL | 9.73º | 0.68% | 0.57% | - |
| HSV(B) | 9.73º | 0.67% | 0.86% | - |
| XYZ | 34.87 | 24.05 | 8.94 | - |
| YUV | 130.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 72 | 0 | 0.56 | 0.67 | 0.14 | 9.73 | 0.68 | 0.57 |
| Hex | DC | 60 | 48 | 0 | 38 | 43 | E | A | 44 | 39 |
| Octal | 334 | 140 | 110 | 0 | 70 | 103 | 16 | 12 | 104 | 71 |
| Binary | 11011100 | 1100000 | 1001000 | 0 | 111000 | 1000011 | 1110 | 1010 | 1000100 | 111001 |
Color Harmonies of #DC6048
Complementary color
Monochromatic Colors of #DC6048
Black with #DC6048
Text Example
Text Example
White with #DC6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6048; }
p { color: rgb(220,96,72); }
H1.HeaderClassName
{
color: #DC6048;
}
.AnyTagClassName
{
color: #DC6048;
}
</style>
background-color css
<style>
a { background-color: #DC6048; }
a { background-color: rgb(220,96,72); }
div.DivClassName
{
background-color: #DC6048;
}
.BgClassName
{
background-color: #DC6048;
}
</style>
border-color css
<style>
span { border-color: #DC6048; }
span { border-color: rgb(220,96,72); }
td.TdClassName
{
border-color: #DC6048;
}
.TagClassName
{
border-color: #DC6048;
}
</style>