Html Css Color HEX #D97049 Red Damask

📋 copy color: '#D97049'

red 217 ◦ green 112 ◦ blue 73

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

Shades of Red Damask #D97049

Tints of Red Damask #D97049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

 BLUE value IS 73 (28.91% from 255) = 18.16%

R = 53.98%
G = 27.86%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D97049 (or 0xD97049) is known color: Red Damask. HEX triplet: D9, 70 and 49. RGB value is (217,112,73). Sum of RGB (Red+Green+Blue) = 217+112+73=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D97049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97049 is #268FB6. Grayscale: #8B8B8B. Windows color (decimal): -2527159 or 4813017. OLE color: 4813017.

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

Color convert

RGB 217 112 73 -
CMYK 0 0.48 0.66 0.15
HSL 16.25º 0.65% 0.57% -
HSV(B) 16.25º 0.66% 0.85% -
XYZ 35.61 26.82 9.6 -
YUV 138.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 217 112 73 0 0.48 0.66 0.15 16.25 0.65 0.57
Hex D9 70 49 0 30 42 F 10 41 39
Octal 331 160 111 0 60 102 17 20 101 71
Binary 11011001 1110000 1001001 0 110000 1000010 1111 10000 1000001 111001

Color Harmonies of #D97049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97049

Black with #D97049

Text Example


Text Example

White with #D97049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97049; }

 p { color: rgb(217,112,73); }

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

background-color css

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

 a { background-color: rgb(217,112,73); }

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

border-color css

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

 span { border-color: rgb(217,112,73); }

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