#D4704A

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

Shades of Red Damask #D4704A

Tints of Red Damask #D4704A

Color information

#D4704A (or 0xD4704A) is unknown color: approx Red Damask. HEX triplet: D4, 70 and 4A. RGB value is (212,112,74). Sum of RGB (Red+Green+Blue) = 212+112+74=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D4704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4704A is #2B8FB5. Grayscale: #898989. Windows color (decimal): -2854838 or 4878548. OLE color: 4878548.

HSL color Cylindrical-coordinate representation of color #D4704A: hue angle of 16.52º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4704A is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB21211274-
CMYK00.470.650.17
HSL16.52º61.61%56.08%-
HSV(B)16.52º65.09%83.14%-
XYZ34.1826.089.71-
YUV137.5792.13181.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.27%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 74 (29.30% from 255) = 18.59%
R=53.27%
G=28.14%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121127400.470.650.1716.5261.6156.08
HexD4704A02F4111113e38
Octal32416011205710121217670
Binary1101010011100001001010010111110000011000110001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4704A; }

 p { color: rgb(212,112,74); }

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

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

 a { background-color: rgb(212,112,74); }

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

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

 span { border-color: rgb(212,112,74); }

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