Shades of Flamingo #DC674D
Tints of Flamingo #DC674D
RGB
CMYK
RGB Variations
Color information
#DC674D (or 0xDC674D) is known color: Flamingo. HEX triplet: DC, 67 and 4D. RGB value is (220,103,77). Sum of RGB (Red+Green+Blue) = 220+103+77=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC674D is #2398B2. Grayscale: #878787. Windows color (decimal): -2332851 or 5072860. OLE color: 5072860.
HSL color Cylindrical-coordinate representation of color #DC674D: hue angle of 10.91º 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 #DC674D is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 77 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.14 |
| HSL | 10.91º | 0.67% | 0.58% | - |
| HSV(B) | 10.91º | 0.65% | 0.86% | - |
| XYZ | 35.71 | 25.45 | 10.05 | - |
| YUV | 135.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 77 | 0 | 0.53 | 0.65 | 0.14 | 10.91 | 0.67 | 0.58 |
| Hex | DC | 67 | 4D | 0 | 35 | 41 | E | B | 43 | 3A |
| Octal | 334 | 147 | 115 | 0 | 65 | 101 | 16 | 13 | 103 | 72 |
| Binary | 11011100 | 1100111 | 1001101 | 0 | 110101 | 1000001 | 1110 | 1011 | 1000011 | 111010 |
Color Harmonies of #DC674D
Complementary color
Monochromatic Colors of #DC674D
Black with #DC674D
Text Example
Text Example
White with #DC674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC674D; }
p { color: rgb(220,103,77); }
H1.HeaderClassName
{
color: #DC674D;
}
.AnyTagClassName
{
color: #DC674D;
}
</style>
background-color css
<style>
a { background-color: #DC674D; }
a { background-color: rgb(220,103,77); }
div.DivClassName
{
background-color: #DC674D;
}
.BgClassName
{
background-color: #DC674D;
}
</style>
border-color css
<style>
span { border-color: #DC674D; }
span { border-color: rgb(220,103,77); }
td.TdClassName
{
border-color: #DC674D;
}
.TagClassName
{
border-color: #DC674D;
}
</style>