#D96F47

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

Shades of Red Damask #D96F47

Tints of Red Damask #D96F47

Color information

#D96F47 (or 0xD96F47) is unknown color: approx Red Damask. HEX triplet: D9, 6F and 47. RGB value is (217,111,71). Sum of RGB (Red+Green+Blue) = 217+111+71=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F47 is #2690B8. Grayscale: #8A8A8A. Windows color (decimal): -2527417 or 4681689. OLE color: 4681689.

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

Color convert

RGB21711171-
CMYK00.490.670.15
HSL16.44º65.77%56.47%-
HSV(B)16.44º67.28%85.1%-
XYZ35.4426.589.22-
YUV138.1390.12184.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.39%
GREEN value IS 111 (43.75% from 255) = 27.82%
BLUE value IS 71 (28.12% from 255) = 17.79%
R=54.39%
G=27.82%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171117100.490.670.1516.4465.7756.47
HexD96F4703143F104238
Octal331157107061103172010270
Binary1101100111011111000111011000110000111111100001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96F47; }

 p { color: rgb(217,111,71); }

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

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

 a { background-color: rgb(217,111,71); }

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

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

 span { border-color: rgb(217,111,71); }

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