Html Css Color HEX #D96E48 Red Damask

📋 copy color: '#D96E48'

red 217 ◦ green 110 ◦ blue 72

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

Shades of Red Damask #D96E48

Tints of Red Damask #D96E48

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.57%

 BLUE value IS 72 (28.52% from 255) = 18.05%

R = 54.39%
G = 27.57%
B = 18.05%

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

#D96E48 (or 0xD96E48) is known color: Red Damask. HEX triplet: D9, 6E and 48. RGB value is (217,110,72). Sum of RGB (Red+Green+Blue) = 217+110+72=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E48 is #2691B7. Grayscale: #898989. Windows color (decimal): -2527672 or 4746969. OLE color: 4746969.

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

Color convert

RGB 217 110 72 -
CMYK 0 0.49 0.67 0.15
HSL 15.72º 0.66% 0.57% -
HSV(B) 15.72º 0.67% 0.85% -
XYZ 35.36 26.37 9.36 -
YUV 137.66 90.95 184.59 -
System Red Green Blue C M Y K H S L
Decimal 217 110 72 0 0.49 0.67 0.15 15.72 0.66 0.57
Hex D9 6E 48 0 31 43 F 10 42 39
Octal 331 156 110 0 61 103 17 20 102 71
Binary 11011001 1101110 1001000 0 110001 1000011 1111 10000 1000010 111001

Color Harmonies of #D96E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E48

Black with #D96E48

Text Example


Text Example

White with #D96E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E48; }

 p { color: rgb(217,110,72); }

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

background-color css

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

 a { background-color: rgb(217,110,72); }

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

border-color css

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

 span { border-color: rgb(217,110,72); }

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