Html Css Color HEX #D8714C Red Damask

📋 copy color: '#D8714C'

red 216 ◦ green 113 ◦ blue 76

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

Shades of Red Damask #D8714C

Tints of Red Damask #D8714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.9%

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

R = 53.33%
G = 27.9%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8714C (or 0xD8714C) is known color: Red Damask. HEX triplet: D8, 71 and 4C. RGB value is (216,113,76). Sum of RGB (Red+Green+Blue) = 216+113+76=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8714C is #278EB3. Grayscale: #8B8B8B. Windows color (decimal): -2592436 or 5009880. OLE color: 5009880.

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

Color convert

RGB 216 113 76 -
CMYK 0 0.48 0.65 0.15
HSL 15.86º 0.64% 0.57% -
HSV(B) 15.86º 0.65% 0.85% -
XYZ 35.53 26.93 10.16 -
YUV 139.58 92.12 182.51 -
System Red Green Blue C M Y K H S L
Decimal 216 113 76 0 0.48 0.65 0.15 15.86 0.64 0.57
Hex D8 71 4C 0 30 41 F 10 40 39
Octal 330 161 114 0 60 101 17 20 100 71
Binary 11011000 1110001 1001100 0 110000 1000001 1111 10000 1000000 111001

Color Harmonies of #D8714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8714C

Black with #D8714C

Text Example


Text Example

White with #D8714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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