Html Css Color HEX #D56747 Red Damask

📋 copy color: '#D56747'

red 213 ◦ green 103 ◦ blue 71

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

Shades of Red Damask #D56747

Tints of Red Damask #D56747

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.61%

 BLUE value IS 71 (28.13% from 255) = 18.35%

R = 55.04%
G = 26.61%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D56747 (or 0xD56747) is known color: Red Damask. HEX triplet: D5, 67 and 47. RGB value is (213,103,71). Sum of RGB (Red+Green+Blue) = 213+103+71=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D56747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56747 is #2A98B8. Grayscale: #848484. Windows color (decimal): -2791609 or 4679637. OLE color: 4679637.

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

Color convert

RGB 213 103 71 -
CMYK 0 0.52 0.67 0.16
HSL 13.52º 0.63% 0.56% -
HSV(B) 13.52º 0.67% 0.84% -
XYZ 33.43 24.3 8.89 -
YUV 132.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 213 103 71 0 0.52 0.67 0.16 13.52 0.63 0.56
Hex D5 67 47 0 34 43 10 E 3F 38
Octal 325 147 107 0 64 103 20 16 77 70
Binary 11010101 1100111 1000111 0 110100 1000011 10000 1110 111111 111000

Color Harmonies of #D56747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56747

Black with #D56747

Text Example


Text Example

White with #D56747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56747; }

 p { color: rgb(213,103,71); }

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

background-color css

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

 a { background-color: rgb(213,103,71); }

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

border-color css

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

 span { border-color: rgb(213,103,71); }

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