#D16740

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

Shades of Ecstasy #D16740

Tints of Ecstasy #D16740

Color information

#D16740 (or 0xD16740) is unknown color: approx Ecstasy. HEX triplet: D1, 67 and 40. RGB value is (209,103,64). Sum of RGB (Red+Green+Blue) = 209+103+64=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D16740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16740 is #2E98BF. Grayscale: #828282. Windows color (decimal): -3053760 or 4220881. OLE color: 4220881.

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

Color convert

RGB20910364-
CMYK00.510.690.18
HSL16.14º61.18%53.53%-
HSV(B)16.14º69.38%81.96%-
XYZ32.0723.637.72-
YUV130.2590.62184.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.59%
GREEN value IS 103 (40.62% from 255) = 27.39%
BLUE value IS 64 (25.39% from 255) = 17.02%
R=55.59%
G=27.39%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091036400.510.690.1816.1461.1853.53
HexD167400334512103d36
Octal32114710006310522207566
Binary1101000111001111000000011001110001011001010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16740; }

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

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

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

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

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

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

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

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