#D76E4D

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

Shades of Red Damask #D76E4D

Tints of Red Damask #D76E4D

Color information

#D76E4D (or 0xD76E4D) is unknown color: approx Red Damask. HEX triplet: D7, 6E and 4D. RGB value is (215,110,77). Sum of RGB (Red+Green+Blue) = 215+110+77=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76E4D is #2891B2. Grayscale: #898989. Windows color (decimal): -2658739 or 5074647. OLE color: 5074647.

HSL color Cylindrical-coordinate representation of color #D76E4D: hue angle of 14.35º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D76E4D is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB21511077-
CMYK00.490.640.16
HSL14.35º63.3%57.25%-
HSV(B)14.35º64.19%84.31%-
XYZ34.9426.1310.22-
YUV137.6393.79183.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.48%
GREEN value IS 110 (43.36% from 255) = 27.36%
BLUE value IS 77 (30.47% from 255) = 19.15%
R=53.48%
G=27.36%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151107700.490.640.1614.3563.357.25
HexD76E4D0314010e3f39
Octal32715611506110020167771
Binary110101111101110100110101100011000000100001110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76E4D; }

 p { color: rgb(215,110,77); }

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

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

 a { background-color: rgb(215,110,77); }

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

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

 span { border-color: rgb(215,110,77); }

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