#D56C4D

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

Shades of Red Damask #D56C4D

Tints of Red Damask #D56C4D

Color information

#D56C4D (or 0xD56C4D) is unknown color: approx Red Damask. HEX triplet: D5, 6C and 4D. RGB value is (213,108,77). Sum of RGB (Red+Green+Blue) = 213+108+77=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C4D is #2A93B2. Grayscale: #888888. Windows color (decimal): -2790323 or 5074133. OLE color: 5074133.

HSL color Cylindrical-coordinate representation of color #D56C4D: hue angle of 13.68º 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 #D56C4D is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB21310877-
CMYK00.490.640.16
HSL13.68º61.82%56.86%-
HSV(B)13.68º63.85%83.53%-
XYZ34.1425.4110.13-
YUV135.8694.79183.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.52%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 77 (30.47% from 255) = 19.35%
R=53.52%
G=27.14%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131087700.490.640.1613.6861.8256.86
HexD56C4D0314010e3e39
Octal32515411506110020167671
Binary110101011101100100110101100011000000100001110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56C4D; }

 p { color: rgb(213,108,77); }

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

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

 a { background-color: rgb(213,108,77); }

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

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

 span { border-color: rgb(213,108,77); }

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