Html Css Color HEX #D8704A Red Damask

📋 copy color: '#D8704A'

red 216 ◦ green 112 ◦ blue 74

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

Shades of Red Damask #D8704A

Tints of Red Damask #D8704A

RGB

 RED value IS 216 (84.77% from 255) = 53.73%

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

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

R = 53.73%
G = 27.86%
B = 18.41%

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

#D8704A (or 0xD8704A) is known color: Red Damask. HEX triplet: D8, 70 and 4A. RGB value is (216,112,74). Sum of RGB (Red+Green+Blue) = 216+112+74=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D8704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8704A is #278FB5. Grayscale: #8B8B8B. Windows color (decimal): -2592694 or 4878552. OLE color: 4878552.

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

Color convert

RGB 216 112 74 -
CMYK 0 0.48 0.66 0.15
HSL 16.06º 0.65% 0.57% -
HSV(B) 16.06º 0.66% 0.85% -
XYZ 35.35 26.68 9.77 -
YUV 138.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 216 112 74 0 0.48 0.66 0.15 16.06 0.65 0.57
Hex D8 70 4A 0 30 42 F 10 41 39
Octal 330 160 112 0 60 102 17 20 101 71
Binary 11011000 1110000 1001010 0 110000 1000010 1111 10000 1000001 111001

Color Harmonies of #D8704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8704A

Black with #D8704A

Text Example


Text Example

White with #D8704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8704A; }

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

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

background-color css

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

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

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

border-color css

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

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

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