Html Css Color HEX #D8744D Red Damask

📋 copy color: '#D8744D'

red 216 ◦ green 116 ◦ blue 77

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

Shades of Red Damask #D8744D

Tints of Red Damask #D8744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

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

R = 52.81%
G = 28.36%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8744D (or 0xD8744D) is known color: Red Damask. HEX triplet: D8, 74 and 4D. RGB value is (216,116,77). Sum of RGB (Red+Green+Blue) = 216+116+77=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8744D is #278BB2. Grayscale: #8D8D8D. Windows color (decimal): -2591667 or 5076184. OLE color: 5076184.

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

Color convert

RGB 216 116 77 -
CMYK 0 0.46 0.64 0.15
HSL 16.83º 0.64% 0.57% -
HSV(B) 16.83º 0.64% 0.85% -
XYZ 35.9 27.63 10.46 -
YUV 141.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 216 116 77 0 0.46 0.64 0.15 16.83 0.64 0.57
Hex D8 74 4D 0 2E 40 F 11 40 39
Octal 330 164 115 0 56 100 17 21 100 71
Binary 11011000 1110100 1001101 0 101110 1000000 1111 10001 1000000 111001

Color Harmonies of #D8744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8744D

Black with #D8744D

Text Example


Text Example

White with #D8744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8744D; }

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

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

background-color css

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

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

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

border-color css

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

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

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