Shades of Flamingo #DC6A56
Tints of Flamingo #DC6A56
RGB
CMYK
RGB Variations
Color information
#DC6A56 (or 0xDC6A56) is known color: Flamingo. HEX triplet: DC, 6A and 56. RGB value is (220,106,86). Sum of RGB (Red+Green+Blue) = 220+106+86=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A56 is #2395A9. Grayscale: #8A8A8A. Windows color (decimal): -2332074 or 5663452. OLE color: 5663452.
HSL color Cylindrical-coordinate representation of color #DC6A56: hue angle of 8.96º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC6A56 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 86 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.14 |
| HSL | 8.96º | 0.66% | 0.6% | - |
| HSV(B) | 8.96º | 0.61% | 0.86% | - |
| XYZ | 36.35 | 26.2 | 11.94 | - |
| YUV | 137.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 86 | 0 | 0.52 | 0.61 | 0.14 | 8.96 | 0.66 | 0.6 |
| Hex | DC | 6A | 56 | 0 | 34 | 3D | E | 9 | 42 | 3C |
| Octal | 334 | 152 | 126 | 0 | 64 | 75 | 16 | 11 | 102 | 74 |
| Binary | 11011100 | 1101010 | 1010110 | 0 | 110100 | 111101 | 1110 | 1001 | 1000010 | 111100 |
Color Harmonies of #DC6A56
Complementary color
Monochromatic Colors of #DC6A56
Black with #DC6A56
Text Example
Text Example
White with #DC6A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A56; }
p { color: rgb(220,106,86); }
H1.HeaderClassName
{
color: #DC6A56;
}
.AnyTagClassName
{
color: #DC6A56;
}
</style>
background-color css
<style>
a { background-color: #DC6A56; }
a { background-color: rgb(220,106,86); }
div.DivClassName
{
background-color: #DC6A56;
}
.BgClassName
{
background-color: #DC6A56;
}
</style>
border-color css
<style>
span { border-color: #DC6A56; }
span { border-color: rgb(220,106,86); }
td.TdClassName
{
border-color: #DC6A56;
}
.TagClassName
{
border-color: #DC6A56;
}
</style>