Html Css Color HEX #D8724F Red Damask

📋 copy color: '#D8724F'

red 216 ◦ green 114 ◦ blue 79

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

Shades of Red Damask #D8724F

Tints of Red Damask #D8724F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.32%

R = 52.81%
G = 27.87%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8724F (or 0xD8724F) is known color: Red Damask. HEX triplet: D8, 72 and 4F. RGB value is (216,114,79). Sum of RGB (Red+Green+Blue) = 216+114+79=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8724F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8724F is #278DB0. Grayscale: #8C8C8C. Windows color (decimal): -2592177 or 5206744. OLE color: 5206744.

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

Color convert

RGB 216 114 79 -
CMYK 0 0.47 0.63 0.15
HSL 15.33º 0.64% 0.58% -
HSV(B) 15.33º 0.63% 0.85% -
XYZ 35.75 27.2 10.76 -
YUV 140.51 93.29 181.85 -
System Red Green Blue C M Y K H S L
Decimal 216 114 79 0 0.47 0.63 0.15 15.33 0.64 0.58
Hex D8 72 4F 0 2F 3F F F 40 3A
Octal 330 162 117 0 57 77 17 17 100 72
Binary 11011000 1110010 1001111 0 101111 111111 1111 1111 1000000 111010

Color Harmonies of #D8724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8724F

Black with #D8724F

Text Example


Text Example

White with #D8724F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8724F; }

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

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

background-color css

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

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

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

border-color css

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

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

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