Shades of Flamingo #DC6949
Tints of Flamingo #DC6949
RGB
CMYK
RGB Variations
Color information
#DC6949 (or 0xDC6949) is known color: Flamingo. HEX triplet: DC, 69 and 49. RGB value is (220,105,73). Sum of RGB (Red+Green+Blue) = 220+105+73=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6949 is #2396B6. Grayscale: #878787. Windows color (decimal): -2332343 or 4811228. OLE color: 4811228.
HSL color Cylindrical-coordinate representation of color #DC6949: hue angle of 13.06º 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 #DC6949 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 73 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.14 |
| HSL | 13.06º | 0.68% | 0.57% | - |
| HSV(B) | 13.06º | 0.67% | 0.86% | - |
| XYZ | 35.77 | 25.8 | 9.4 | - |
| YUV | 135.74 | 92.6 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 73 | 0 | 0.52 | 0.67 | 0.14 | 13.06 | 0.68 | 0.57 |
| Hex | DC | 69 | 49 | 0 | 34 | 43 | E | D | 44 | 39 |
| Octal | 334 | 151 | 111 | 0 | 64 | 103 | 16 | 15 | 104 | 71 |
| Binary | 11011100 | 1101001 | 1001001 | 0 | 110100 | 1000011 | 1110 | 1101 | 1000100 | 111001 |
Color Harmonies of #DC6949
Complementary color
Monochromatic Colors of #DC6949
Black with #DC6949
Text Example
Text Example
White with #DC6949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6949; }
p { color: rgb(220,105,73); }
H1.HeaderClassName
{
color: #DC6949;
}
.AnyTagClassName
{
color: #DC6949;
}
</style>
background-color css
<style>
a { background-color: #DC6949; }
a { background-color: rgb(220,105,73); }
div.DivClassName
{
background-color: #DC6949;
}
.BgClassName
{
background-color: #DC6949;
}
</style>
border-color css
<style>
span { border-color: #DC6949; }
span { border-color: rgb(220,105,73); }
td.TdClassName
{
border-color: #DC6949;
}
.TagClassName
{
border-color: #DC6949;
}
</style>