Html Css Color HEX #D8724C Red Damask

📋 copy color: '#D8724C'

red 216 ◦ green 114 ◦ blue 76

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

Shades of Red Damask #D8724C

Tints of Red Damask #D8724C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.08%

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

R = 53.2%
G = 28.08%
B = 18.72%

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

#D8724C (or 0xD8724C) is known color: Red Damask. HEX triplet: D8, 72 and 4C. RGB value is (216,114,76). Sum of RGB (Red+Green+Blue) = 216+114+76=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8724C is #278DB3. Grayscale: #8C8C8C. Windows color (decimal): -2592180 or 5010136. OLE color: 5010136.

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

Color convert

RGB 216 114 76 -
CMYK 0 0.47 0.65 0.15
HSL 16.29º 0.64% 0.57% -
HSV(B) 16.29º 0.65% 0.85% -
XYZ 35.64 27.16 10.2 -
YUV 140.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 216 114 76 0 0.47 0.65 0.15 16.29 0.64 0.57
Hex D8 72 4C 0 2F 41 F 10 40 39
Octal 330 162 114 0 57 101 17 20 100 71
Binary 11011000 1110010 1001100 0 101111 1000001 1111 10000 1000000 111001

Color Harmonies of #D8724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8724C

Black with #D8724C

Text Example


Text Example

White with #D8724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8724C; }

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

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

background-color css

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

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

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

border-color css

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

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

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