Html Css Color HEX #D96F47 Red Damask

📋 copy color: '#D96F47'

red 217 ◦ green 111 ◦ blue 71

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

Shades of Red Damask #D96F47

Tints of Red Damask #D96F47

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.13% from 255) = 17.79%

R = 54.39%
G = 27.82%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D96F47 (or 0xD96F47) is known color: 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

RGB 217 111 71 -
CMYK 0 0.49 0.67 0.15
HSL 16.44º 0.66% 0.56% -
HSV(B) 16.44º 0.67% 0.85% -
XYZ 35.44 26.58 9.22 -
YUV 138.13 90.12 184.25 -
System Red Green Blue C M Y K H S L
Decimal 217 111 71 0 0.49 0.67 0.15 16.44 0.66 0.56
Hex D9 6F 47 0 31 43 F 10 42 38
Octal 331 157 107 0 61 103 17 20 102 70
Binary 11011001 1101111 1000111 0 110001 1000011 1111 10000 1000010 111000

Color Harmonies of #D96F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F47

Black with #D96F47

Text Example


Text Example

White with #D96F47

Text Example


Text Example

HTML Codes & Css Web 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>