#D4734E

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

Shades of Red Damask #D4734E

Tints of Red Damask #D4734E

Color information

#D4734E (or 0xD4734E) is unknown color: approx Red Damask. HEX triplet: D4, 73 and 4E. RGB value is (212,115,78). Sum of RGB (Red+Green+Blue) = 212+115+78=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4734E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4734E is #2B8CB1. Grayscale: #8C8C8C. Windows color (decimal): -2854066 or 5141460. OLE color: 5141460.

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

Color convert

RGB21211578-
CMYK00.460.630.17
HSL16.57º60.91%56.86%-
HSV(B)16.57º63.21%83.14%-
XYZ34.6626.8110.56-
YUV139.7893.14179.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.35%
GREEN value IS 115 (45.31% from 255) = 28.40%
BLUE value IS 78 (30.86% from 255) = 19.26%
R=52.35%
G=28.40%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121157800.460.630.1716.5760.9156.86
HexD4734E02E3F11113d39
Octal3241631160567721217571
Binary110101001110011100111001011101111111000110001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4734E; }

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

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

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

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

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

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

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

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