#DE654A

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

Shades of Flamingo #DE654A

Tints of Flamingo #DE654A

Color information

#DE654A (or 0xDE654A) is unknown color: approx Flamingo. HEX triplet: DE, 65 and 4A. RGB value is (222,101,74). Sum of RGB (Red+Green+Blue) = 222+101+74=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE654A is #219AB5. Grayscale: #868686. Windows color (decimal): -2202294 or 4875742. OLE color: 4875742.

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

Color convert

RGB22210174-
CMYK00.550.670.13
HSL10.95º69.16%58.04%-
HSV(B)10.95º66.67%87.06%-
XYZ36.0125.339.47-
YUV134.194.09190.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.92%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=55.92%
G=25.44%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221017400.550.670.1310.9569.1658.04
HexDE654A03743Db453a
Octal336145112067103151310572
Binary110111101100101100101001101111000011110110111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE654A; }

 p { color: rgb(222,101,74); }

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

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

 a { background-color: rgb(222,101,74); }

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

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

 span { border-color: rgb(222,101,74); }

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