Html Css Color HEX #D8734D Red Damask

📋 copy color: '#D8734D'

red 216 ◦ green 115 ◦ blue 77

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

Shades of Red Damask #D8734D

Tints of Red Damask #D8734D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

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

R = 52.94%
G = 28.19%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8734D (or 0xD8734D) is known color: Red Damask. HEX triplet: D8, 73 and 4D. RGB value is (216,115,77). Sum of RGB (Red+Green+Blue) = 216+115+77=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8734D is #278CB2. Grayscale: #8D8D8D. Windows color (decimal): -2591923 or 5075928. OLE color: 5075928.

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

Color convert

RGB 216 115 77 -
CMYK 0 0.47 0.64 0.15
HSL 16.4º 0.64% 0.57% -
HSV(B) 16.4º 0.64% 0.85% -
XYZ 35.79 27.4 10.42 -
YUV 140.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 216 115 77 0 0.47 0.64 0.15 16.4 0.64 0.57
Hex D8 73 4D 0 2F 40 F 10 40 39
Octal 330 163 115 0 57 100 17 20 100 71
Binary 11011000 1110011 1001101 0 101111 1000000 1111 10000 1000000 111001

Color Harmonies of #D8734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8734D

Black with #D8734D

Text Example


Text Example

White with #D8734D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8734D; }

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

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

background-color css

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

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

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

border-color css

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

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

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