Html Css Color HEX #DA6D4A Red Damask

📋 copy color: '#DA6D4A'

red 218 ◦ green 109 ◦ blue 74

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

Shades of Red Damask #DA6D4A

Tints of Red Damask #DA6D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.45%

R = 54.36%
G = 27.18%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA6D4A (or 0xDA6D4A) is known color: Red Damask. HEX triplet: DA, 6D and 4A. RGB value is (218,109,74). Sum of RGB (Red+Green+Blue) = 218+109+74=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6D4A is #2592B5. Grayscale: #898989. Windows color (decimal): -2462390 or 4877786. OLE color: 4877786.

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

Color convert

RGB 218 109 74 -
CMYK 0 0.5 0.66 0.15
HSL 14.58º 0.66% 0.57% -
HSV(B) 14.58º 0.66% 0.85% -
XYZ 35.62 26.34 9.68 -
YUV 137.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 218 109 74 0 0.5 0.66 0.15 14.58 0.66 0.57
Hex DA 6D 4A 0 32 42 F F 42 39
Octal 332 155 112 0 62 102 17 17 102 71
Binary 11011010 1101101 1001010 0 110010 1000010 1111 1111 1000010 111001

Color Harmonies of #DA6D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D4A

Black with #DA6D4A

Text Example


Text Example

White with #DA6D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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