#DE6D4C

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

Shades of Flamingo #DE6D4C

Tints of Flamingo #DE6D4C

Color information

#DE6D4C (or 0xDE6D4C) is unknown color: approx Flamingo. HEX triplet: DE, 6D and 4C. RGB value is (222,109,76). Sum of RGB (Red+Green+Blue) = 222+109+76=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6D4C is #2192B3. Grayscale: #8B8B8B. Windows color (decimal): -2200244 or 5008862. OLE color: 5008862.

HSL color Cylindrical-coordinate representation of color #DE6D4C: hue angle of 13.56º 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 #DE6D4C is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22210976-
CMYK00.510.660.13
HSL13.56º68.87%58.43%-
HSV(B)13.56º65.77%87.06%-
XYZ36.926.9910.1-
YUV139.0292.44187.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.55%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 76 (30.08% from 255) = 18.67%
R=54.55%
G=26.78%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221097600.510.660.1313.5668.8758.43
HexDE6D4C03342De453a
Octal336155114063102151610572
Binary110111101101101100110001100111000010110111101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6D4C; }

 p { color: rgb(222,109,76); }

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

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

 a { background-color: rgb(222,109,76); }

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

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

 span { border-color: rgb(222,109,76); }

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