#D4734D

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

Shades of Red Damask #D4734D

Tints of Red Damask #D4734D

Color information

#D4734D (or 0xD4734D) is unknown color: approx Red Damask. HEX triplet: D4, 73 and 4D. RGB value is (212,115,77). Sum of RGB (Red+Green+Blue) = 212+115+77=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4734D is #2B8CB2. Grayscale: #8B8B8B. Windows color (decimal): -2854067 or 5075924. OLE color: 5075924.

HSL color Cylindrical-coordinate representation of color #D4734D: hue angle of 16.89º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4734D is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB21211577-
CMYK00.460.640.17
HSL16.89º61.09%56.67%-
HSV(B)16.89º63.68%83.14%-
XYZ34.6226.7910.37-
YUV139.6792.64179.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.48%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 77 (30.47% from 255) = 19.06%
R=52.48%
G=28.47%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121157700.460.640.1716.8961.0956.67
HexD4734D02E4011113d39
Octal32416311505610021217571
Binary1101010011100111001101010111010000001000110001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4734D; }

 p { color: rgb(212,115,77); }

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

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

 a { background-color: rgb(212,115,77); }

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

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

 span { border-color: rgb(212,115,77); }

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