Html Css Color HEX #D17344 Red Damask

📋 copy color: '#D17344'

red 209 ◦ green 115 ◦ blue 68

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

Shades of Red Damask #D17344

Tints of Red Damask #D17344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.34%

 BLUE value IS 68 (26.95% from 255) = 17.35%

R = 53.32%
G = 29.34%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D17344 (or 0xD17344) is known color: Red Damask. HEX triplet: D1, 73 and 44. RGB value is (209,115,68). Sum of RGB (Red+Green+Blue) = 209+115+68=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D17344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17344 is #2E8CBB. Grayscale: #8A8A8A. Windows color (decimal): -3050684 or 4486097. OLE color: 4486097.

HSL color Cylindrical-coordinate representation of color #D17344: hue angle of 20º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D17344 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 115 68 -
CMYK 0 0.45 0.67 0.18
HSL 20º 0.61% 0.54% -
HSV(B) 20º 0.67% 0.82% -
XYZ 33.47 26.23 8.77 -
YUV 137.75 88.64 178.82 -
System Red Green Blue C M Y K H S L
Decimal 209 115 68 0 0.45 0.67 0.18 20 0.61 0.54
Hex D1 73 44 0 2D 43 12 14 3D 36
Octal 321 163 104 0 55 103 22 24 75 66
Binary 11010001 1110011 1000100 0 101101 1000011 10010 10100 111101 110110

Color Harmonies of #D17344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17344

Black with #D17344

Text Example


Text Example

White with #D17344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17344; }

 p { color: rgb(209,115,68); }

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

background-color css

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

 a { background-color: rgb(209,115,68); }

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

border-color css

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

 span { border-color: rgb(209,115,68); }

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