Html Css Color HEX #D9704A Red Damask

📋 copy color: '#D9704A'

red 217 ◦ green 112 ◦ blue 74

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

Shades of Red Damask #D9704A

Tints of Red Damask #D9704A

RGB

 RED value IS 217 (85.16% from 255) = 53.85%

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 53.85%
G = 27.79%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9704A (or 0xD9704A) is known color: Red Damask. HEX triplet: D9, 70 and 4A. RGB value is (217,112,74). Sum of RGB (Red+Green+Blue) = 217+112+74=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D9704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9704A is #268FB5. Grayscale: #8B8B8B. Windows color (decimal): -2527158 or 4878553. OLE color: 4878553.

HSL color Cylindrical-coordinate representation of color #D9704A: hue angle of 15.94º degrees, saturation: 0.65, 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 #D9704A is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 112 74 -
CMYK 0 0.48 0.66 0.15
HSL 15.94º 0.65% 0.57% -
HSV(B) 15.94º 0.66% 0.85% -
XYZ 35.65 26.83 9.78 -
YUV 139.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 217 112 74 0 0.48 0.66 0.15 15.94 0.65 0.57
Hex D9 70 4A 0 30 42 F 10 41 39
Octal 331 160 112 0 60 102 17 20 101 71
Binary 11011001 1110000 1001010 0 110000 1000010 1111 10000 1000001 111001

Color Harmonies of #D9704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9704A

Black with #D9704A

Text Example


Text Example

White with #D9704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9704A; }

 p { color: rgb(217,112,74); }

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

background-color css

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

 a { background-color: rgb(217,112,74); }

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

border-color css

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

 span { border-color: rgb(217,112,74); }

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