Html Css Color HEX #D17049 Red Damask

📋 copy color: '#D17049'

red 209 ◦ green 112 ◦ blue 73

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

Shades of Red Damask #D17049

Tints of Red Damask #D17049

RGB

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

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

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

R = 53.05%
G = 28.43%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D17049 (or 0xD17049) is known color: Red Damask. HEX triplet: D1, 70 and 49. RGB value is (209,112,73). Sum of RGB (Red+Green+Blue) = 209+112+73=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D17049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17049 is #2E8FB6. Grayscale: #888888. Windows color (decimal): -3051447 or 4813009. OLE color: 4813009.

HSL color Cylindrical-coordinate representation of color #D17049: hue angle of 17.21º 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 #D17049 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 112 73 -
CMYK 0 0.46 0.65 0.18
HSL 17.21º 0.6% 0.55% -
HSV(B) 17.21º 0.65% 0.82% -
XYZ 33.29 25.62 9.49 -
YUV 136.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 209 112 73 0 0.46 0.65 0.18 17.21 0.6 0.55
Hex D1 70 49 0 2E 41 12 11 3C 37
Octal 321 160 111 0 56 101 22 21 74 67
Binary 11010001 1110000 1001001 0 101110 1000001 10010 10001 111100 110111

Color Harmonies of #D17049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17049

Black with #D17049

Text Example


Text Example

White with #D17049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17049; }

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

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

background-color css

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

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

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

border-color css

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

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

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