Html Css Color HEX #D56744 Red Damask

📋 copy color: '#D56744'

red 213 ◦ green 103 ◦ blue 68

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

Shades of Red Damask #D56744

Tints of Red Damask #D56744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.71%

R = 55.47%
G = 26.82%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D56744 (or 0xD56744) is known color: Red Damask. HEX triplet: D5, 67 and 44. RGB value is (213,103,68). Sum of RGB (Red+Green+Blue) = 213+103+68=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D56744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56744 is #2A98BB. Grayscale: #848484. Windows color (decimal): -2791612 or 4483029. OLE color: 4483029.

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

Color convert

RGB 213 103 68 -
CMYK 0 0.52 0.68 0.16
HSL 14.48º 0.63% 0.55% -
HSV(B) 14.48º 0.68% 0.84% -
XYZ 33.33 24.26 8.4 -
YUV 131.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 213 103 68 0 0.52 0.68 0.16 14.48 0.63 0.55
Hex D5 67 44 0 34 44 10 E 3F 37
Octal 325 147 104 0 64 104 20 16 77 67
Binary 11010101 1100111 1000100 0 110100 1000100 10000 1110 111111 110111

Color Harmonies of #D56744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56744

Black with #D56744

Text Example


Text Example

White with #D56744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56744; }

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

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

background-color css

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

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

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

border-color css

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

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

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