Html Css Color HEX #D8724A Red Damask

📋 copy color: '#D8724A'

red 216 ◦ green 114 ◦ blue 74

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

Shades of Red Damask #D8724A

Tints of Red Damask #D8724A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.32%

R = 53.47%
G = 28.22%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8724A (or 0xD8724A) is known color: Red Damask. HEX triplet: D8, 72 and 4A. RGB value is (216,114,74). Sum of RGB (Red+Green+Blue) = 216+114+74=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8724A is #278DB5. Grayscale: #8C8C8C. Windows color (decimal): -2592182 or 4879064. OLE color: 4879064.

HSL color Cylindrical-coordinate representation of color #D8724A: hue angle of 16.9º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8724A is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 114 74 -
CMYK 0 0.47 0.66 0.15
HSL 16.9º 0.65% 0.57% -
HSV(B) 16.9º 0.66% 0.85% -
XYZ 35.57 27.13 9.84 -
YUV 139.94 90.79 182.25 -
System Red Green Blue C M Y K H S L
Decimal 216 114 74 0 0.47 0.66 0.15 16.9 0.65 0.57
Hex D8 72 4A 0 2F 42 F 11 41 39
Octal 330 162 112 0 57 102 17 21 101 71
Binary 11011000 1110010 1001010 0 101111 1000010 1111 10001 1000001 111001

Color Harmonies of #D8724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8724A

Black with #D8724A

Text Example


Text Example

White with #D8724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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