Shades of Flamingo #DC694E
Tints of Flamingo #DC694E
RGB
CMYK
RGB Variations
Color information
#DC694E (or 0xDC694E) is known color: Flamingo. HEX triplet: DC, 69 and 4E. RGB value is (220,105,78). Sum of RGB (Red+Green+Blue) = 220+105+78=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC694E is #2396B1. Grayscale: #888888. Windows color (decimal): -2332338 or 5138908. OLE color: 5138908.
HSL color Cylindrical-coordinate representation of color #DC694E: hue angle of 11.41º 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 #DC694E is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 78 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.14 |
| HSL | 11.41º | 0.67% | 0.58% | - |
| HSV(B) | 11.41º | 0.65% | 0.86% | - |
| XYZ | 35.94 | 25.87 | 10.31 | - |
| YUV | 136.31 | 95.1 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 78 | 0 | 0.52 | 0.65 | 0.14 | 11.41 | 0.67 | 0.58 |
| Hex | DC | 69 | 4E | 0 | 34 | 41 | E | B | 43 | 3A |
| Octal | 334 | 151 | 116 | 0 | 64 | 101 | 16 | 13 | 103 | 72 |
| Binary | 11011100 | 1101001 | 1001110 | 0 | 110100 | 1000001 | 1110 | 1011 | 1000011 | 111010 |
Color Harmonies of #DC694E
Complementary color
Monochromatic Colors of #DC694E
Black with #DC694E
Text Example
Text Example
White with #DC694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC694E; }
p { color: rgb(220,105,78); }
H1.HeaderClassName
{
color: #DC694E;
}
.AnyTagClassName
{
color: #DC694E;
}
</style>
background-color css
<style>
a { background-color: #DC694E; }
a { background-color: rgb(220,105,78); }
div.DivClassName
{
background-color: #DC694E;
}
.BgClassName
{
background-color: #DC694E;
}
</style>
border-color css
<style>
span { border-color: #DC694E; }
span { border-color: rgb(220,105,78); }
td.TdClassName
{
border-color: #DC694E;
}
.TagClassName
{
border-color: #DC694E;
}
</style>