Html Css Color HEX #D56C44 Red Damask

📋 copy color: '#D56C44'

red 213 ◦ green 108 ◦ blue 68

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

Shades of Red Damask #D56C44

Tints of Red Damask #D56C44

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.76%

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

R = 54.76%
G = 27.76%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D56C44 (or 0xD56C44) is known color: Red Damask. HEX triplet: D5, 6C and 44. RGB value is (213,108,68). Sum of RGB (Red+Green+Blue) = 213+108+68=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C44 is #2A93BB. Grayscale: #878787. Windows color (decimal): -2790332 or 4484309. OLE color: 4484309.

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

Color convert

RGB 213 108 68 -
CMYK 0 0.49 0.68 0.16
HSL 16.55º 0.63% 0.55% -
HSV(B) 16.55º 0.68% 0.84% -
XYZ 33.85 25.29 8.57 -
YUV 134.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 213 108 68 0 0.49 0.68 0.16 16.55 0.63 0.55
Hex D5 6C 44 0 31 44 10 11 3F 37
Octal 325 154 104 0 61 104 20 21 77 67
Binary 11010101 1101100 1000100 0 110001 1000100 10000 10001 111111 110111

Color Harmonies of #D56C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C44

Black with #D56C44

Text Example


Text Example

White with #D56C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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