#D7704C

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

Shades of Red Damask #D7704C

Tints of Red Damask #D7704C

Color information

#D7704C (or 0xD7704C) is unknown color: approx Red Damask. HEX triplet: D7, 70 and 4C. RGB value is (215,112,76). Sum of RGB (Red+Green+Blue) = 215+112+76=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D7704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7704C is #288FB3. Grayscale: #8A8A8A. Windows color (decimal): -2658228 or 5009623. OLE color: 5009623.

HSL color Cylindrical-coordinate representation of color #D7704C: hue angle of 15.54º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7704C is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB21511276-
CMYK00.480.650.16
HSL15.54º63.47%57.06%-
HSV(B)15.54º64.65%84.31%-
XYZ35.1226.5610.11-
YUV138.6992.62182.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.35%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 76 (30.08% from 255) = 18.86%
R=53.35%
G=27.79%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151127600.480.650.1615.5463.4757.06
HexD7704C0304110103f39
Octal32716011406010120207771
Binary1101011111100001001100011000010000011000010000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7704C; }

 p { color: rgb(215,112,76); }

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

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

 a { background-color: rgb(215,112,76); }

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

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

 span { border-color: rgb(215,112,76); }

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