Html Css Color HEX #D9704C Red Damask

📋 copy color: '#D9704C'

red 217 ◦ green 112 ◦ blue 76

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

Shades of Red Damask #D9704C

Tints of Red Damask #D9704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.77%

R = 53.58%
G = 27.65%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9704C (or 0xD9704C) is known color: Red Damask. HEX triplet: D9, 70 and 4C. RGB value is (217,112,76). Sum of RGB (Red+Green+Blue) = 217+112+76=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9704C is #268FB3. Grayscale: #8B8B8B. Windows color (decimal): -2527156 or 5009625. OLE color: 5009625.

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

Color convert

RGB 217 112 76 -
CMYK 0 0.48 0.65 0.15
HSL 15.32º 0.65% 0.57% -
HSV(B) 15.32º 0.65% 0.85% -
XYZ 35.71 26.86 10.14 -
YUV 139.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 217 112 76 0 0.48 0.65 0.15 15.32 0.65 0.57
Hex D9 70 4C 0 30 41 F F 41 39
Octal 331 160 114 0 60 101 17 17 101 71
Binary 11011001 1110000 1001100 0 110000 1000001 1111 1111 1000001 111001

Color Harmonies of #D9704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9704C

Black with #D9704C

Text Example


Text Example

White with #D9704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9704C; }

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

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

background-color css

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

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

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

border-color css

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

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

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