Html Css Color HEX #D1704A Red Damask

📋 copy color: '#D1704A'

red 209 ◦ green 112 ◦ blue 74

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

Shades of Red Damask #D1704A

Tints of Red Damask #D1704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 52.91%
G = 28.35%
B = 18.73%

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

#D1704A (or 0xD1704A) is known color: Red Damask. HEX triplet: D1, 70 and 4A. RGB value is (209,112,74). Sum of RGB (Red+Green+Blue) = 209+112+74=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D1704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1704A is #2E8FB5. Grayscale: #888888. Windows color (decimal): -3051446 or 4878545. OLE color: 4878545.

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

Color convert

RGB 209 112 74 -
CMYK 0 0.46 0.65 0.18
HSL 16.89º 0.59% 0.55% -
HSV(B) 16.89º 0.65% 0.82% -
XYZ 33.32 25.64 9.67 -
YUV 136.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 209 112 74 0 0.46 0.65 0.18 16.89 0.59 0.55
Hex D1 70 4A 0 2E 41 12 11 3B 37
Octal 321 160 112 0 56 101 22 21 73 67
Binary 11010001 1110000 1001010 0 101110 1000001 10010 10001 111011 110111

Color Harmonies of #D1704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1704A

Black with #D1704A

Text Example


Text Example

White with #D1704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1704A; }

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

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

background-color css

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

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

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

border-color css

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

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

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