#DE6A51

Color #DE6A51 Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #DE6A51

Tints of Flamingo #DE6A51

Color information

#DE6A51 (or 0xDE6A51) is unknown color: approx Flamingo. HEX triplet: DE, 6A and 51. RGB value is (222,106,81). Sum of RGB (Red+Green+Blue) = 222+106+81=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A51 is #2195AE. Grayscale: #8A8A8A. Windows color (decimal): -2201007 or 5335774. OLE color: 5335774.

HSL color Cylindrical-coordinate representation of color #DE6A51: hue angle of 10.64º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE6A51 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB22210681-
CMYK00.520.640.13
HSL10.64º68.12%59.41%-
HSV(B)10.64º63.51%87.06%-
XYZ36.7626.4310.95-
YUV137.8395.93188.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 54.28%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 81 (32.03% from 255) = 19.80%
R=54.28%
G=25.92%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221068100.520.640.1310.6468.1259.41
HexDE6A5103440Db443b
Octal336152121064100151310473
Binary110111101101010101000101101001000000110110111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6A51; }

 p { color: rgb(222,106,81); }

 H1.HeaderClassName
 {
   color: #DE6A51;
 }
 .AnyTagClassName
 {
   color: #DE6A51;
 }
</style>
background-color css

<style>
 a { background-color: #DE6A51; }

 a { background-color: rgb(222,106,81); }

 div.DivClassName
 {
   background-color: #DE6A51;
 }
 .BgClassName
 {
   background-color: #DE6A51;
 }
</style>
border-color css

<style>
 span { border-color: #DE6A51; }

 span { border-color: rgb(222,106,81); }

 td.TdClassName
 {
   border-color: #DE6A51;
 }
 .TagClassName
 {
   border-color: #DE6A51;
 }
</style>