Shades of Flamingo #DE694A
Tints of Flamingo #DE694A
RGB
CMYK
RGB Variations
Color information
#DE694A (or 0xDE694A) is known color: Flamingo. HEX triplet: DE, 69 and 4A. RGB value is (222,105,74). Sum of RGB (Red+Green+Blue) = 222+105+74=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE694A is #2196B5. Grayscale: #888888. Windows color (decimal): -2201270 or 4876766. OLE color: 4876766.
HSL color Cylindrical-coordinate representation of color #DE694A: hue angle of 12.57º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE694A is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 105 | 74 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.13 |
| HSL | 12.57º | 0.69% | 0.58% | - |
| HSV(B) | 12.57º | 0.67% | 0.87% | - |
| XYZ | 36.41 | 26.13 | 9.6 | - |
| YUV | 136.45 | 92.76 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 105 | 74 | 0 | 0.53 | 0.67 | 0.13 | 12.57 | 0.69 | 0.58 |
| Hex | DE | 69 | 4A | 0 | 35 | 43 | D | D | 45 | 3A |
| Octal | 336 | 151 | 112 | 0 | 65 | 103 | 15 | 15 | 105 | 72 |
| Binary | 11011110 | 1101001 | 1001010 | 0 | 110101 | 1000011 | 1101 | 1101 | 1000101 | 111010 |
Color Harmonies of #DE694A
Complementary color
Monochromatic Colors of #DE694A
Black with #DE694A
Text Example
Text Example
White with #DE694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE694A; }
p { color: rgb(222,105,74); }
H1.HeaderClassName
{
color: #DE694A;
}
.AnyTagClassName
{
color: #DE694A;
}
</style>
background-color css
<style>
a { background-color: #DE694A; }
a { background-color: rgb(222,105,74); }
div.DivClassName
{
background-color: #DE694A;
}
.BgClassName
{
background-color: #DE694A;
}
</style>
border-color css
<style>
span { border-color: #DE694A; }
span { border-color: rgb(222,105,74); }
td.TdClassName
{
border-color: #DE694A;
}
.TagClassName
{
border-color: #DE694A;
}
</style>