Shades of Flamingo #DC614C
Tints of Flamingo #DC614C
RGB
CMYK
RGB Variations
Color information
#DC614C (or 0xDC614C) is known color: Flamingo. HEX triplet: DC, 61 and 4C. RGB value is (220,97,76). Sum of RGB (Red+Green+Blue) = 220+97+76=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC614C is #239EB3. Grayscale: #838383. Windows color (decimal): -2334388 or 5005788. OLE color: 5005788.
HSL color Cylindrical-coordinate representation of color #DC614C: hue angle of 8.75º 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 #DC614C is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 76 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.14 |
| HSL | 8.75º | 0.67% | 0.58% | - |
| HSV(B) | 8.75º | 0.65% | 0.86% | - |
| XYZ | 35.09 | 24.29 | 9.68 | - |
| YUV | 131.38 | 96.75 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 76 | 0 | 0.56 | 0.65 | 0.14 | 8.75 | 0.67 | 0.58 |
| Hex | DC | 61 | 4C | 0 | 38 | 41 | E | 9 | 43 | 3A |
| Octal | 334 | 141 | 114 | 0 | 70 | 101 | 16 | 11 | 103 | 72 |
| Binary | 11011100 | 1100001 | 1001100 | 0 | 111000 | 1000001 | 1110 | 1001 | 1000011 | 111010 |
Color Harmonies of #DC614C
Complementary color
Monochromatic Colors of #DC614C
Black with #DC614C
Text Example
Text Example
White with #DC614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC614C; }
p { color: rgb(220,97,76); }
H1.HeaderClassName
{
color: #DC614C;
}
.AnyTagClassName
{
color: #DC614C;
}
</style>
background-color css
<style>
a { background-color: #DC614C; }
a { background-color: rgb(220,97,76); }
div.DivClassName
{
background-color: #DC614C;
}
.BgClassName
{
background-color: #DC614C;
}
</style>
border-color css
<style>
span { border-color: #DC614C; }
span { border-color: rgb(220,97,76); }
td.TdClassName
{
border-color: #DC614C;
}
.TagClassName
{
border-color: #DC614C;
}
</style>