#d8714c

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

Shades of Red Damask #D8714C

Tints of Red Damask #D8714C

Color information

#D8714C (or 0xD8714C) is unknown color: approx Red Damask. HEX triplet: D8, 71 and 4C. RGB value is (216,113,76). Sum of RGB (Red+Green+Blue) = 216+113+76=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8714C is #278EB3. Grayscale: #8B8B8B. Windows color (decimal): -2592436 or 5009880. OLE color: 5009880.

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

Color convert

RGB21611376-
CMYK00.480.650.15
HSL15.86º64.22%57.25%-
HSV(B)15.86º64.81%84.71%-
XYZ35.5326.9310.16-
YUV139.5892.12182.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.33%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 76 (30.08% from 255) = 18.77%
R=53.33%
G=27.90%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161137600.480.650.1515.8664.2257.25
HexD8714C03041F104039
Octal330161114060101172010071
Binary1101100011100011001100011000010000011111100001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8714c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8714c; }

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

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

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

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

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

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

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

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