Html Css Color HEX #D9704E Red Damask

📋 copy color: '#D9704E'

red 217 ◦ green 112 ◦ blue 78

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

Shades of Red Damask #D9704E

Tints of Red Damask #D9704E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.16%

R = 53.32%
G = 27.52%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9704E (or 0xD9704E) is known color: Red Damask. HEX triplet: D9, 70 and 4E. RGB value is (217,112,78). Sum of RGB (Red+Green+Blue) = 217+112+78=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9704E is #268FB1. Grayscale: #8B8B8B. Windows color (decimal): -2527154 or 5140697. OLE color: 5140697.

HSL color Cylindrical-coordinate representation of color #D9704E: hue angle of 14.68º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9704E is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 112 78 -
CMYK 0 0.48 0.64 0.15
HSL 14.68º 0.65% 0.58% -
HSV(B) 14.68º 0.64% 0.85% -
XYZ 35.78 26.89 10.51 -
YUV 139.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 217 112 78 0 0.48 0.64 0.15 14.68 0.65 0.58
Hex D9 70 4E 0 30 40 F F 41 3A
Octal 331 160 116 0 60 100 17 17 101 72
Binary 11011001 1110000 1001110 0 110000 1000000 1111 1111 1000001 111010

Color Harmonies of #D9704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9704E

Black with #D9704E

Text Example


Text Example

White with #D9704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9704E; }

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

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

background-color css

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

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

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

border-color css

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

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

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