Shades of Flamingo #DC684D
Tints of Flamingo #DC684D
RGB
CMYK
RGB Variations
Color information
#DC684D (or 0xDC684D) is known color: Flamingo. HEX triplet: DC, 68 and 4D. RGB value is (220,104,77). Sum of RGB (Red+Green+Blue) = 220+104+77=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC684D is #2397B2. Grayscale: #878787. Windows color (decimal): -2332595 or 5073116. OLE color: 5073116.
HSL color Cylindrical-coordinate representation of color #DC684D: hue angle of 11.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC684D is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 77 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.14 |
| HSL | 11.33º | 0.67% | 0.58% | - |
| HSV(B) | 11.33º | 0.65% | 0.86% | - |
| XYZ | 35.81 | 25.65 | 10.09 | - |
| YUV | 135.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 77 | 0 | 0.53 | 0.65 | 0.14 | 11.33 | 0.67 | 0.58 |
| Hex | DC | 68 | 4D | 0 | 35 | 41 | E | B | 43 | 3A |
| Octal | 334 | 150 | 115 | 0 | 65 | 101 | 16 | 13 | 103 | 72 |
| Binary | 11011100 | 1101000 | 1001101 | 0 | 110101 | 1000001 | 1110 | 1011 | 1000011 | 111010 |
Color Harmonies of #DC684D
Complementary color
Monochromatic Colors of #DC684D
Black with #DC684D
Text Example
Text Example
White with #DC684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC684D; }
p { color: rgb(220,104,77); }
H1.HeaderClassName
{
color: #DC684D;
}
.AnyTagClassName
{
color: #DC684D;
}
</style>
background-color css
<style>
a { background-color: #DC684D; }
a { background-color: rgb(220,104,77); }
div.DivClassName
{
background-color: #DC684D;
}
.BgClassName
{
background-color: #DC684D;
}
</style>
border-color css
<style>
span { border-color: #DC684D; }
span { border-color: rgb(220,104,77); }
td.TdClassName
{
border-color: #DC684D;
}
.TagClassName
{
border-color: #DC684D;
}
</style>