Shades of Flamingo #DE674C
Tints of Flamingo #DE674C
RGB
CMYK
RGB Variations
Color information
#DE674C (or 0xDE674C) is known color: Flamingo. HEX triplet: DE, 67 and 4C. RGB value is (222,103,76). Sum of RGB (Red+Green+Blue) = 222+103+76=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE674C is #2198B3. Grayscale: #878787. Windows color (decimal): -2201780 or 5007326. OLE color: 5007326.
HSL color Cylindrical-coordinate representation of color #DE674C: hue angle of 11.1º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE674C is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 103 | 76 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.13 |
| HSL | 11.1º | 0.69% | 0.58% | - |
| HSV(B) | 11.1º | 0.66% | 0.87% | - |
| XYZ | 36.28 | 25.75 | 9.9 | - |
| YUV | 135.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 76 | 0 | 0.54 | 0.66 | 0.13 | 11.1 | 0.69 | 0.58 |
| Hex | DE | 67 | 4C | 0 | 36 | 42 | D | B | 45 | 3A |
| Octal | 336 | 147 | 114 | 0 | 66 | 102 | 15 | 13 | 105 | 72 |
| Binary | 11011110 | 1100111 | 1001100 | 0 | 110110 | 1000010 | 1101 | 1011 | 1000101 | 111010 |
Color Harmonies of #DE674C
Complementary color
Monochromatic Colors of #DE674C
Black with #DE674C
Text Example
Text Example
White with #DE674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE674C; }
p { color: rgb(222,103,76); }
H1.HeaderClassName
{
color: #DE674C;
}
.AnyTagClassName
{
color: #DE674C;
}
</style>
background-color css
<style>
a { background-color: #DE674C; }
a { background-color: rgb(222,103,76); }
div.DivClassName
{
background-color: #DE674C;
}
.BgClassName
{
background-color: #DE674C;
}
</style>
border-color css
<style>
span { border-color: #DE674C; }
span { border-color: rgb(222,103,76); }
td.TdClassName
{
border-color: #DE674C;
}
.TagClassName
{
border-color: #DE674C;
}
</style>