Html Css Color HEX #D96D48 Red Damask

📋 copy color: '#D96D48'

red 217 ◦ green 109 ◦ blue 72

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

Shades of Red Damask #D96D48

Tints of Red Damask #D96D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.39%

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

R = 54.52%
G = 27.39%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D96D48 (or 0xD96D48) is known color: Red Damask. HEX triplet: D9, 6D and 48. RGB value is (217,109,72). Sum of RGB (Red+Green+Blue) = 217+109+72=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D48 is #2692B7. Grayscale: #898989. Windows color (decimal): -2527928 or 4746713. OLE color: 4746713.

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

Color convert

RGB 217 109 72 -
CMYK 0 0.50 0.67 0.15
HSL 15.31º 0.66% 0.57% -
HSV(B) 15.31º 0.67% 0.85% -
XYZ 35.25 26.16 9.32 -
YUV 137.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 217 109 72 0 0.50 0.67 0.15 15.31 0.66 0.57
Hex D9 6D 48 0 32 43 F F 42 39
Octal 331 155 110 0 62 103 17 17 102 71
Binary 11011001 1101101 1001000 0 110010 1000011 1111 1111 1000010 111001

Color Harmonies of #D96D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D48

Black with #D96D48

Text Example


Text Example

White with #D96D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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