Html Css Color HEX #D56748 Red Damask

📋 copy color: '#D56748'

red 213 ◦ green 103 ◦ blue 72

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

Shades of Red Damask #D56748

Tints of Red Damask #D56748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 54.9%
G = 26.55%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D56748 (or 0xD56748) is known color: Red Damask. HEX triplet: D5, 67 and 48. RGB value is (213,103,72). Sum of RGB (Red+Green+Blue) = 213+103+72=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D56748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56748 is #2A98B7. Grayscale: #848484. Windows color (decimal): -2791608 or 4745173. OLE color: 4745173.

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

Color convert

RGB 213 103 72 -
CMYK 0 0.52 0.66 0.16
HSL 13.19º 0.63% 0.56% -
HSV(B) 13.19º 0.66% 0.84% -
XYZ 33.46 24.31 9.06 -
YUV 132.36 93.94 185.52 -
System Red Green Blue C M Y K H S L
Decimal 213 103 72 0 0.52 0.66 0.16 13.19 0.63 0.56
Hex D5 67 48 0 34 42 10 D 3F 38
Octal 325 147 110 0 64 102 20 15 77 70
Binary 11010101 1100111 1001000 0 110100 1000010 10000 1101 111111 111000

Color Harmonies of #D56748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56748

Black with #D56748

Text Example


Text Example

White with #D56748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56748; }

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

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

background-color css

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

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

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

border-color css

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

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

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