Html Css Color HEX #D8734C Red Damask

📋 copy color: '#D8734C'

red 216 ◦ green 115 ◦ blue 76

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

Shades of Red Damask #D8734C

Tints of Red Damask #D8734C

RGB

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

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

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

R = 53.07%
G = 28.26%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8734C (or 0xD8734C) is known color: Red Damask. HEX triplet: D8, 73 and 4C. RGB value is (216,115,76). Sum of RGB (Red+Green+Blue) = 216+115+76=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8734C is #278CB3. Grayscale: #8D8D8D. Windows color (decimal): -2591924 or 5010392. OLE color: 5010392.

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

Color convert

RGB 216 115 76 -
CMYK 0 0.47 0.65 0.15
HSL 16.71º 0.64% 0.57% -
HSV(B) 16.71º 0.65% 0.85% -
XYZ 35.75 27.38 10.24 -
YUV 140.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 216 115 76 0 0.47 0.65 0.15 16.71 0.64 0.57
Hex D8 73 4C 0 2F 41 F 11 40 39
Octal 330 163 114 0 57 101 17 21 100 71
Binary 11011000 1110011 1001100 0 101111 1000001 1111 10001 1000000 111001

Color Harmonies of #D8734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8734C

Black with #D8734C

Text Example


Text Example

White with #D8734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8734C; }

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

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

background-color css

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

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

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

border-color css

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

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

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