Html Css Color HEX #D17249 Red Damask

📋 copy color: '#D17249'

red 209 ◦ green 114 ◦ blue 73

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

Shades of Red Damask #D17249

Tints of Red Damask #D17249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.79%

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

R = 52.78%
G = 28.79%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D17249 (or 0xD17249) is known color: Red Damask. HEX triplet: D1, 72 and 49. RGB value is (209,114,73). Sum of RGB (Red+Green+Blue) = 209+114+73=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D17249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17249 is #2E8DB6. Grayscale: #898989. Windows color (decimal): -3050935 or 4813521. OLE color: 4813521.

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

Color convert

RGB 209 114 73 -
CMYK 0 0.45 0.65 0.18
HSL 18.09º 0.6% 0.55% -
HSV(B) 18.09º 0.65% 0.82% -
XYZ 33.51 26.07 9.57 -
YUV 137.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 209 114 73 0 0.45 0.65 0.18 18.09 0.6 0.55
Hex D1 72 49 0 2D 41 12 12 3C 37
Octal 321 162 111 0 55 101 22 22 74 67
Binary 11010001 1110010 1001001 0 101101 1000001 10010 10010 111100 110111

Color Harmonies of #D17249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17249

Black with #D17249

Text Example


Text Example

White with #D17249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17249; }

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

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

background-color css

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

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

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

border-color css

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

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

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