Html Css Color HEX #D56946 Red Damask

📋 copy color: '#D56946'

red 213 ◦ green 105 ◦ blue 70

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

Shades of Red Damask #D56946

Tints of Red Damask #D56946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.06%

 BLUE value IS 70 (27.73% from 255) = 18.04%

R = 54.9%
G = 27.06%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D56946 (or 0xD56946) is known color: Red Damask. HEX triplet: D5, 69 and 46. RGB value is (213,105,70). Sum of RGB (Red+Green+Blue) = 213+105+70=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D56946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56946 is #2A96B9. Grayscale: #858585. Windows color (decimal): -2791098 or 4614613. OLE color: 4614613.

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

Color convert

RGB 213 105 70 -
CMYK 0 0.51 0.67 0.16
HSL 14.69º 0.63% 0.55% -
HSV(B) 14.69º 0.67% 0.84% -
XYZ 33.6 24.69 8.79 -
YUV 133.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 213 105 70 0 0.51 0.67 0.16 14.69 0.63 0.55
Hex D5 69 46 0 33 43 10 F 3F 37
Octal 325 151 106 0 63 103 20 17 77 67
Binary 11010101 1101001 1000110 0 110011 1000011 10000 1111 111111 110111

Color Harmonies of #D56946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56946

Black with #D56946

Text Example


Text Example

White with #D56946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56946; }

 p { color: rgb(213,105,70); }

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

background-color css

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

 a { background-color: rgb(213,105,70); }

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

border-color css

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

 span { border-color: rgb(213,105,70); }

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