Html Css Color HEX #D8704D Red Damask

📋 copy color: '#D8704D'

red 216 ◦ green 112 ◦ blue 77

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

Shades of Red Damask #D8704D

Tints of Red Damask #D8704D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.01%

R = 53.33%
G = 27.65%
B = 19.01%

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

#D8704D (or 0xD8704D) is known color: Red Damask. HEX triplet: D8, 70 and 4D. RGB value is (216,112,77). Sum of RGB (Red+Green+Blue) = 216+112+77=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8704D is #278FB2. Grayscale: #8B8B8B. Windows color (decimal): -2592691 or 5075160. OLE color: 5075160.

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

Color convert

RGB 216 112 77 -
CMYK 0 0.48 0.64 0.15
HSL 15.11º 0.64% 0.57% -
HSV(B) 15.11º 0.64% 0.85% -
XYZ 35.45 26.72 10.31 -
YUV 139.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 216 112 77 0 0.48 0.64 0.15 15.11 0.64 0.57
Hex D8 70 4D 0 30 40 F F 40 39
Octal 330 160 115 0 60 100 17 17 100 71
Binary 11011000 1110000 1001101 0 110000 1000000 1111 1111 1000000 111001

Color Harmonies of #D8704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8704D

Black with #D8704D

Text Example


Text Example

White with #D8704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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