#D16440

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

Shades of Ecstasy #D16440

Tints of Ecstasy #D16440

Color information

#D16440 (or 0xD16440) is unknown color: approx Ecstasy. HEX triplet: D1, 64 and 40. RGB value is (209,100,64). Sum of RGB (Red+Green+Blue) = 209+100+64=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D16440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16440 is #2E9BBF. Grayscale: #808080. Windows color (decimal): -3054528 or 4220113. OLE color: 4220113.

HSL color Cylindrical-coordinate representation of color #D16440: hue angle of 14.9º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D16440 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB20910064-
CMYK00.520.690.18
HSL14.9º61.18%53.53%-
HSV(B)14.9º69.38%81.96%-
XYZ31.7823.047.62-
YUV128.4991.61185.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.03%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 64 (25.39% from 255) = 17.16%
R=56.03%
G=26.81%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091006400.520.690.1814.961.1853.53
HexD164400344512f3d36
Octal32114410006410522177566
Binary110100011100100100000001101001000101100101111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16440; }

 p { color: rgb(209,100,64); }

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

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

 a { background-color: rgb(209,100,64); }

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

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

 span { border-color: rgb(209,100,64); }

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