#DE6145

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

Shades of Flamingo #DE6145

Tints of Flamingo #DE6145

Color information

#DE6145 (or 0xDE6145) is unknown color: approx Flamingo. HEX triplet: DE, 61 and 45. RGB value is (222,97,69). Sum of RGB (Red+Green+Blue) = 222+97+69=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6145 is #219EBA. Grayscale: #838383. Windows color (decimal): -2203323 or 4547038. OLE color: 4547038.

HSL color Cylindrical-coordinate representation of color #DE6145: hue angle of 10.98º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE6145 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB2229769-
CMYK00.560.690.13
HSL10.98º69.86%57.06%-
HSV(B)10.98º68.92%87.06%-
XYZ35.4724.518.49-
YUV131.1892.91192.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.22%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 17.78%
R=57.22%
G=25%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222976900.560.690.1310.9869.8657.06
HexDE614503845Db4639
Octal336141105070105151310671
Binary110111101100001100010101110001000101110110111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6145; }

 p { color: rgb(222,97,69); }

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

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

 a { background-color: rgb(222,97,69); }

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

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

 span { border-color: rgb(222,97,69); }

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