Html Css Color HEX #D1734F Red Damask

📋 copy color: '#D1734F'

red 209 ◦ green 115 ◦ blue 79

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

Shades of Red Damask #D1734F

Tints of Red Damask #D1734F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 51.86%
G = 28.54%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1734F (or 0xD1734F) is known color: Red Damask. HEX triplet: D1, 73 and 4F. RGB value is (209,115,79). Sum of RGB (Red+Green+Blue) = 209+115+79=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1734F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1734F is #2E8CB0. Grayscale: #8B8B8B. Windows color (decimal): -3050673 or 5206993. OLE color: 5206993.

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

Color convert

RGB 209 115 79 -
CMYK 0 0.45 0.62 0.18
HSL 16.62º 0.59% 0.56% -
HSV(B) 16.62º 0.62% 0.82% -
XYZ 33.84 26.38 10.71 -
YUV 139 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 209 115 79 0 0.45 0.62 0.18 16.62 0.59 0.56
Hex D1 73 4F 0 2D 3E 12 11 3B 38
Octal 321 163 117 0 55 76 22 21 73 70
Binary 11010001 1110011 1001111 0 101101 111110 10010 10001 111011 111000

Color Harmonies of #D1734F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1734F

Black with #D1734F

Text Example


Text Example

White with #D1734F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1734F; }

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

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

background-color css

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

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

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

border-color css

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

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

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