Shades of Flamingo #DC6A54
Tints of Flamingo #DC6A54
RGB
CMYK
RGB Variations
Color information
#DC6A54 (or 0xDC6A54) is known color: Flamingo. HEX triplet: DC, 6A and 54. RGB value is (220,106,84). Sum of RGB (Red+Green+Blue) = 220+106+84=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A54 is #2395AB. Grayscale: #898989. Windows color (decimal): -2332076 or 5532380. OLE color: 5532380.
HSL color Cylindrical-coordinate representation of color #DC6A54: hue angle of 9.71º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC6A54 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 84 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.14 |
| HSL | 9.71º | 0.66% | 0.6% | - |
| HSV(B) | 9.71º | 0.62% | 0.86% | - |
| XYZ | 36.27 | 26.16 | 11.53 | - |
| YUV | 137.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 84 | 0 | 0.52 | 0.62 | 0.14 | 9.71 | 0.66 | 0.6 |
| Hex | DC | 6A | 54 | 0 | 34 | 3E | E | A | 42 | 3C |
| Octal | 334 | 152 | 124 | 0 | 64 | 76 | 16 | 12 | 102 | 74 |
| Binary | 11011100 | 1101010 | 1010100 | 0 | 110100 | 111110 | 1110 | 1010 | 1000010 | 111100 |
Color Harmonies of #DC6A54
Complementary color
Monochromatic Colors of #DC6A54
Black with #DC6A54
Text Example
Text Example
White with #DC6A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A54; }
p { color: rgb(220,106,84); }
H1.HeaderClassName
{
color: #DC6A54;
}
.AnyTagClassName
{
color: #DC6A54;
}
</style>
background-color css
<style>
a { background-color: #DC6A54; }
a { background-color: rgb(220,106,84); }
div.DivClassName
{
background-color: #DC6A54;
}
.BgClassName
{
background-color: #DC6A54;
}
</style>
border-color css
<style>
span { border-color: #DC6A54; }
span { border-color: rgb(220,106,84); }
td.TdClassName
{
border-color: #DC6A54;
}
.TagClassName
{
border-color: #DC6A54;
}
</style>