Html Css Color HEX #D96A47 Red Damask

📋 copy color: '#D96A47'

red 217 ◦ green 106 ◦ blue 71

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

Shades of Red Damask #D96A47

Tints of Red Damask #D96A47

RGB

 RED value IS 217 (85.16% from 255) = 55.08%

 GREEN value IS 106 (41.8% from 255) = 26.9%

 BLUE value IS 71 (28.13% from 255) = 18.02%

R = 55.08%
G = 26.9%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D96A47 (or 0xD96A47) is known color: Red Damask. HEX triplet: D9, 6A and 47. RGB value is (217,106,71). Sum of RGB (Red+Green+Blue) = 217+106+71=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A47 is #2695B8. Grayscale: #878787. Windows color (decimal): -2528697 or 4680409. OLE color: 4680409.

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

Color convert

RGB 217 106 71 -
CMYK 0 0.51 0.67 0.15
HSL 14.38º 0.66% 0.56% -
HSV(B) 14.38º 0.67% 0.85% -
XYZ 34.91 25.51 9.05 -
YUV 135.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 217 106 71 0 0.51 0.67 0.15 14.38 0.66 0.56
Hex D9 6A 47 0 33 43 F E 42 38
Octal 331 152 107 0 63 103 17 16 102 70
Binary 11011001 1101010 1000111 0 110011 1000011 1111 1110 1000010 111000

Color Harmonies of #D96A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A47

Black with #D96A47

Text Example


Text Example

White with #D96A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A47; }

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

 H1.HeaderClassName
 {
   color: #D96A47;
 }
 .AnyTagClassName
 {
   color: #D96A47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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