Html Css Color HEX #D56A4E Red Damask

📋 copy color: '#D56A4E'

red 213 ◦ green 106 ◦ blue 78

#D56A4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #D56A4E

Tints of Red Damask #D56A4E

RGB

 RED value IS 213 (83.59% from 255) = 53.65%

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 78 (30.86% from 255) = 19.65%

R = 53.65%
G = 26.7%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D56A4E (or 0xD56A4E) is known color: Red Damask. HEX triplet: D5, 6A and 4E. RGB value is (213,106,78). Sum of RGB (Red+Green+Blue) = 213+106+78=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A4E is #2A95B1. Grayscale: #878787. Windows color (decimal): -2790834 or 5139157. OLE color: 5139157.

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

Color convert

RGB 213 106 78 -
CMYK 0 0.50 0.63 0.16
HSL 12.44º 0.62% 0.57% -
HSV(B) 12.44º 0.63% 0.84% -
XYZ 33.97 25 10.24 -
YUV 134.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 213 106 78 0 0.50 0.63 0.16 12.44 0.62 0.57
Hex D5 6A 4E 0 32 3F 10 C 3E 39
Octal 325 152 116 0 62 77 20 14 76 71
Binary 11010101 1101010 1001110 0 110010 111111 10000 1100 111110 111001

Color Harmonies of #D56A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A4E

Black with #D56A4E

Text Example


Text Example

White with #D56A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A4E; }

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

 H1.HeaderClassName
 {
   color: #D56A4E;
 }
 .AnyTagClassName
 {
   color: #D56A4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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