#D6734A

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

Shades of Red Damask #D6734A

Tints of Red Damask #D6734A

Color information

#D6734A (or 0xD6734A) is unknown color: approx Red Damask. HEX triplet: D6, 73 and 4A. RGB value is (214,115,74). Sum of RGB (Red+Green+Blue) = 214+115+74=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6734A is #298CB5. Grayscale: #8C8C8C. Windows color (decimal): -2722998 or 4879318. OLE color: 4879318.

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

Color convert

RGB21411574-
CMYK00.460.650.16
HSL17.57º63.06%56.47%-
HSV(B)17.57º65.42%83.92%-
XYZ35.127.059.85-
YUV139.9390.8180.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.10%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 74 (29.30% from 255) = 18.36%
R=53.10%
G=28.54%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141157400.460.650.1617.5763.0656.47
HexD6734A02E4110123f38
Octal32616311205610120227770
Binary1101011011100111001010010111010000011000010010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6734A; }

 p { color: rgb(214,115,74); }

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

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

 a { background-color: rgb(214,115,74); }

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

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

 span { border-color: rgb(214,115,74); }

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