#D16640

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

Shades of Ecstasy #D16640

Tints of Ecstasy #D16640

Color information

#D16640 (or 0xD16640) is unknown color: approx Ecstasy. HEX triplet: D1, 66 and 40. RGB value is (209,102,64). Sum of RGB (Red+Green+Blue) = 209+102+64=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D16640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16640 is #2E99BF. Grayscale: #818181. Windows color (decimal): -3054016 or 4220625. OLE color: 4220625.

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

Color convert

RGB20910264-
CMYK00.510.690.18
HSL15.72º61.18%53.53%-
HSV(B)15.72º69.38%81.96%-
XYZ31.9723.437.69-
YUV129.6690.95184.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.73%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=55.73%
G=27.2%
B=17.07%

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
Decimal2091026400.510.690.1815.7261.1853.53
HexD166400334512103d36
Octal32114610006310522207566
Binary1101000111001101000000011001110001011001010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16640; }

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

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

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

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

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

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

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

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