Html Css Color HEX #D8724D Red Damask

📋 copy color: '#D8724D'

red 216 ◦ green 114 ◦ blue 77

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

Shades of Red Damask #D8724D

Tints of Red Damask #D8724D

RGB

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

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

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

R = 53.07%
G = 28.01%
B = 18.92%

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

#D8724D (or 0xD8724D) is known color: Red Damask. HEX triplet: D8, 72 and 4D. RGB value is (216,114,77). Sum of RGB (Red+Green+Blue) = 216+114+77=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8724D is #278DB2. Grayscale: #8C8C8C. Windows color (decimal): -2592179 or 5075672. OLE color: 5075672.

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

Color convert

RGB 216 114 77 -
CMYK 0 0.47 0.64 0.15
HSL 15.97º 0.64% 0.57% -
HSV(B) 15.97º 0.64% 0.85% -
XYZ 35.68 27.17 10.39 -
YUV 140.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 216 114 77 0 0.47 0.64 0.15 15.97 0.64 0.57
Hex D8 72 4D 0 2F 40 F 10 40 39
Octal 330 162 115 0 57 100 17 20 100 71
Binary 11011000 1110010 1001101 0 101111 1000000 1111 10000 1000000 111001

Color Harmonies of #D8724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8724D

Black with #D8724D

Text Example


Text Example

White with #D8724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8724D; }

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

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

background-color css

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

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

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

border-color css

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

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

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