#D5734A

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

Shades of Red Damask #D5734A

Tints of Red Damask #D5734A

Color information

#D5734A (or 0xD5734A) is unknown color: approx Red Damask. HEX triplet: D5, 73 and 4A. RGB value is (213,115,74). Sum of RGB (Red+Green+Blue) = 213+115+74=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5734A is #2A8CB5. Grayscale: #8B8B8B. Windows color (decimal): -2788534 or 4879317. OLE color: 4879317.

HSL color Cylindrical-coordinate representation of color #D5734A: hue angle of 17.7º degrees, saturation: 0.62, 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 #D5734A is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB21311574-
CMYK00.460.650.16
HSL17.7º62.33%56.27%-
HSV(B)17.7º65.26%83.53%-
XYZ34.8126.99.84-
YUV139.6390.97180.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.99%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 74 (29.30% from 255) = 18.41%
R=52.99%
G=28.61%
B=18.41%

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
Decimal2131157400.460.650.1617.762.3356.27
HexD5734A02E4110123e38
Octal32516311205610120227670
Binary1101010111100111001010010111010000011000010010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5734A; }

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

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

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

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

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

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

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

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