#D8724E

Color #D8724E Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #D8724E

Tints of Red Damask #D8724E

Color information

#D8724E (or 0xD8724E) is unknown color: approx Red Damask. HEX triplet: D8, 72 and 4E. RGB value is (216,114,78). Sum of RGB (Red+Green+Blue) = 216+114+78=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8724E is #278DB1. Grayscale: #8C8C8C. Windows color (decimal): -2592178 or 5141208. OLE color: 5141208.

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

Color convert

RGB21611478-
CMYK00.470.640.15
HSL15.65º63.89%57.65%-
HSV(B)15.65º63.89%84.71%-
XYZ35.7127.1810.57-
YUV140.3992.79181.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.94%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 78 (30.86% from 255) = 19.12%
R=52.94%
G=27.94%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161147800.470.640.1515.6563.8957.65
HexD8724E02F40F10403a
Octal330162116057100172010072
Binary1101100011100101001110010111110000001111100001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8724E; }

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

 H1.HeaderClassName
 {
   color: #D8724E;
 }
 .AnyTagClassName
 {
   color: #D8724E;
 }
</style>
background-color css

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

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

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

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

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

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