#D56A49

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

Shades of Red Damask #D56A49

Tints of Red Damask #D56A49

Color information

#D56A49 (or 0xD56A49) is unknown color: approx Red Damask. HEX triplet: D5, 6A and 49. RGB value is (213,106,73). Sum of RGB (Red+Green+Blue) = 213+106+73=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56A49 is #2A95B6. Grayscale: #868686. Windows color (decimal): -2790839 or 4811477. OLE color: 4811477.

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

Color convert

RGB21310673-
CMYK00.500.660.16
HSL14.14º62.5%56.08%-
HSV(B)14.14º65.73%83.53%-
XYZ33.824.949.34-
YUV134.2393.45184.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.34%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 73 (28.91% from 255) = 18.62%
R=54.34%
G=27.04%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131067300.500.660.1614.1462.556.08
HexD56A490324210e3e38
Octal32515211106210220167670
Binary110101011101010100100101100101000010100001110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A49; }

 p { color: rgb(213,106,73); }

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

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

 a { background-color: rgb(213,106,73); }

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

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

 span { border-color: rgb(213,106,73); }

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