Html Css Color HEX #DA6D47 Red Damask

📋 copy color: '#DA6D47'

red 218 ◦ green 109 ◦ blue 71

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

Shades of Red Damask #DA6D47

Tints of Red Damask #DA6D47

RGB

 RED value IS 218 (85.55% from 255) = 54.77%

 GREEN value IS 109 (42.97% from 255) = 27.39%

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

R = 54.77%
G = 27.39%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA6D47 (or 0xDA6D47) is known color: Red Damask. HEX triplet: DA, 6D and 47. RGB value is (218,109,71). Sum of RGB (Red+Green+Blue) = 218+109+71=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6D47 is #2592B8. Grayscale: #898989. Windows color (decimal): -2462393 or 4681178. OLE color: 4681178.

HSL color Cylindrical-coordinate representation of color #DA6D47: hue angle of 15.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA6D47 is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 109 71 -
CMYK 0 0.5 0.67 0.15
HSL 15.51º 0.67% 0.57% -
HSV(B) 15.51º 0.67% 0.85% -
XYZ 35.52 26.3 9.17 -
YUV 137.26 90.61 185.59 -
System Red Green Blue C M Y K H S L
Decimal 218 109 71 0 0.5 0.67 0.15 15.51 0.67 0.57
Hex DA 6D 47 0 32 43 F 10 43 39
Octal 332 155 107 0 62 103 17 20 103 71
Binary 11011010 1101101 1000111 0 110010 1000011 1111 10000 1000011 111001

Color Harmonies of #DA6D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D47

Black with #DA6D47

Text Example


Text Example

White with #DA6D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D47; }

 p { color: rgb(218,109,71); }

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

background-color css

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

 a { background-color: rgb(218,109,71); }

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

border-color css

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

 span { border-color: rgb(218,109,71); }

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