Shades of Flamingo #DC694A
Tints of Flamingo #DC694A
RGB
CMYK
RGB Variations
Color information
#DC694A (or 0xDC694A) is known color: Flamingo. HEX triplet: DC, 69 and 4A. RGB value is (220,105,74). Sum of RGB (Red+Green+Blue) = 220+105+74=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC694A is #2396B5. Grayscale: #888888. Windows color (decimal): -2332342 or 4876764. OLE color: 4876764.
HSL color Cylindrical-coordinate representation of color #DC694A: hue angle of 12.74º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC694A is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 74 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.14 |
| HSL | 12.74º | 0.68% | 0.58% | - |
| HSV(B) | 12.74º | 0.66% | 0.86% | - |
| XYZ | 35.8 | 25.81 | 9.57 | - |
| YUV | 135.85 | 93.1 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 74 | 0 | 0.52 | 0.66 | 0.14 | 12.74 | 0.68 | 0.58 |
| Hex | DC | 69 | 4A | 0 | 34 | 42 | E | D | 44 | 3A |
| Octal | 334 | 151 | 112 | 0 | 64 | 102 | 16 | 15 | 104 | 72 |
| Binary | 11011100 | 1101001 | 1001010 | 0 | 110100 | 1000010 | 1110 | 1101 | 1000100 | 111010 |
Color Harmonies of #DC694A
Complementary color
Monochromatic Colors of #DC694A
Black with #DC694A
Text Example
Text Example
White with #DC694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC694A; }
p { color: rgb(220,105,74); }
H1.HeaderClassName
{
color: #DC694A;
}
.AnyTagClassName
{
color: #DC694A;
}
</style>
background-color css
<style>
a { background-color: #DC694A; }
a { background-color: rgb(220,105,74); }
div.DivClassName
{
background-color: #DC694A;
}
.BgClassName
{
background-color: #DC694A;
}
</style>
border-color css
<style>
span { border-color: #DC694A; }
span { border-color: rgb(220,105,74); }
td.TdClassName
{
border-color: #DC694A;
}
.TagClassName
{
border-color: #DC694A;
}
</style>