#D56A4C

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

Shades of Red Damask #D56A4C

Tints of Red Damask #D56A4C

Color information

#D56A4C (or 0xD56A4C) is unknown color: approx Red Damask. HEX triplet: D5, 6A and 4C. RGB value is (213,106,76). Sum of RGB (Red+Green+Blue) = 213+106+76=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56A4C is #2A95B3. Grayscale: #868686. Windows color (decimal): -2790836 or 5008085. OLE color: 5008085.

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

Color convert

RGB21310676-
CMYK00.500.640.16
HSL13.14º61.99%56.67%-
HSV(B)13.14º64.32%83.53%-
XYZ33.924.989.87-
YUV134.5794.95183.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 76 (30.08% from 255) = 19.24%
R=53.92%
G=26.84%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131067600.500.640.1613.1461.9956.67
HexD56A4C0324010d3e39
Octal32515211406210020157671
Binary110101011101010100110001100101000000100001101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A4C; }

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

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

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

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

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

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

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

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