Shades of Flamingo #DC6A46
Tints of Flamingo #DC6A46
RGB
CMYK
RGB Variations
Color information
#DC6A46 (or 0xDC6A46) is known color: Flamingo. HEX triplet: DC, 6A and 46. RGB value is (220,106,70). Sum of RGB (Red+Green+Blue) = 220+106+70=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A46 is #2395B9. Grayscale: #888888. Windows color (decimal): -2332090 or 4614876. OLE color: 4614876.
HSL color Cylindrical-coordinate representation of color #DC6A46: hue angle of 14.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC6A46 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 70 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.14 |
| HSL | 14.4º | 0.68% | 0.57% | - |
| HSV(B) | 14.4º | 0.68% | 0.86% | - |
| XYZ | 35.77 | 25.97 | 8.92 | - |
| YUV | 135.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 70 | 0 | 0.52 | 0.68 | 0.14 | 14.4 | 0.68 | 0.57 |
| Hex | DC | 6A | 46 | 0 | 34 | 44 | E | E | 44 | 39 |
| Octal | 334 | 152 | 106 | 0 | 64 | 104 | 16 | 16 | 104 | 71 |
| Binary | 11011100 | 1101010 | 1000110 | 0 | 110100 | 1000100 | 1110 | 1110 | 1000100 | 111001 |
Color Harmonies of #DC6A46
Complementary color
Monochromatic Colors of #DC6A46
Black with #DC6A46
Text Example
Text Example
White with #DC6A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A46; }
p { color: rgb(220,106,70); }
H1.HeaderClassName
{
color: #DC6A46;
}
.AnyTagClassName
{
color: #DC6A46;
}
</style>
background-color css
<style>
a { background-color: #DC6A46; }
a { background-color: rgb(220,106,70); }
div.DivClassName
{
background-color: #DC6A46;
}
.BgClassName
{
background-color: #DC6A46;
}
</style>
border-color css
<style>
span { border-color: #DC6A46; }
span { border-color: rgb(220,106,70); }
td.TdClassName
{
border-color: #DC6A46;
}
.TagClassName
{
border-color: #DC6A46;
}
</style>