Shades of Flamingo #DC674C
Tints of Flamingo #DC674C
RGB
CMYK
RGB Variations
Color information
#DC674C (or 0xDC674C) is known color: Flamingo. HEX triplet: DC, 67 and 4C. RGB value is (220,103,76). Sum of RGB (Red+Green+Blue) = 220+103+76=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC674C is #2398B3. Grayscale: #878787. Windows color (decimal): -2332852 or 5007324. OLE color: 5007324.
HSL color Cylindrical-coordinate representation of color #DC674C: hue angle of 11.25º 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 #DC674C is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 76 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.14 |
| HSL | 11.25º | 0.67% | 0.58% | - |
| HSV(B) | 11.25º | 0.65% | 0.86% | - |
| XYZ | 35.67 | 25.44 | 9.87 | - |
| YUV | 134.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 76 | 0 | 0.53 | 0.65 | 0.14 | 11.25 | 0.67 | 0.58 |
| Hex | DC | 67 | 4C | 0 | 35 | 41 | E | B | 43 | 3A |
| Octal | 334 | 147 | 114 | 0 | 65 | 101 | 16 | 13 | 103 | 72 |
| Binary | 11011100 | 1100111 | 1001100 | 0 | 110101 | 1000001 | 1110 | 1011 | 1000011 | 111010 |
Color Harmonies of #DC674C
Complementary color
Monochromatic Colors of #DC674C
Black with #DC674C
Text Example
Text Example
White with #DC674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC674C; }
p { color: rgb(220,103,76); }
H1.HeaderClassName
{
color: #DC674C;
}
.AnyTagClassName
{
color: #DC674C;
}
</style>
background-color css
<style>
a { background-color: #DC674C; }
a { background-color: rgb(220,103,76); }
div.DivClassName
{
background-color: #DC674C;
}
.BgClassName
{
background-color: #DC674C;
}
</style>
border-color css
<style>
span { border-color: #DC674C; }
span { border-color: rgb(220,103,76); }
td.TdClassName
{
border-color: #DC674C;
}
.TagClassName
{
border-color: #DC674C;
}
</style>