Html Css Color HEX #D17449 Red Damask

📋 copy color: '#D17449'

red 209 ◦ green 116 ◦ blue 73

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

Shades of Red Damask #D17449

Tints of Red Damask #D17449

RGB

 RED value IS 209 (82.03% from 255) = 52.51%

 GREEN value IS 116 (45.7% from 255) = 29.15%

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

R = 52.51%
G = 29.15%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D17449 (or 0xD17449) is known color: Red Damask. HEX triplet: D1, 74 and 49. RGB value is (209,116,73). Sum of RGB (Red+Green+Blue) = 209+116+73=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D17449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17449 is #2E8BB6. Grayscale: #8B8B8B. Windows color (decimal): -3050423 or 4814033. OLE color: 4814033.

HSL color Cylindrical-coordinate representation of color #D17449: hue angle of 18.97º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D17449 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 116 73 -
CMYK 0 0.44 0.65 0.18
HSL 18.97º 0.6% 0.55% -
HSV(B) 18.97º 0.65% 0.82% -
XYZ 33.74 26.53 9.65 -
YUV 138.91 90.81 178 -
System Red Green Blue C M Y K H S L
Decimal 209 116 73 0 0.44 0.65 0.18 18.97 0.6 0.55
Hex D1 74 49 0 2C 41 12 13 3C 37
Octal 321 164 111 0 54 101 22 23 74 67
Binary 11010001 1110100 1001001 0 101100 1000001 10010 10011 111100 110111

Color Harmonies of #D17449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17449

Black with #D17449

Text Example


Text Example

White with #D17449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17449; }

 p { color: rgb(209,116,73); }

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

background-color css

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

 a { background-color: rgb(209,116,73); }

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

border-color css

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

 span { border-color: rgb(209,116,73); }

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