Html Css Color HEX #D1684E Red Damask

📋 copy color: '#D1684E'

red 209 ◦ green 104 ◦ blue 78

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

Shades of Red Damask #D1684E

Tints of Red Damask #D1684E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.6%

 BLUE value IS 78 (30.86% from 255) = 19.95%

R = 53.45%
G = 26.6%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1684E (or 0xD1684E) is known color: Red Damask. HEX triplet: D1, 68 and 4E. RGB value is (209,104,78). Sum of RGB (Red+Green+Blue) = 209+104+78=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D1684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1684E is #2E97B1. Grayscale: #848484. Windows color (decimal): -3053490 or 5138641. OLE color: 5138641.

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

Color convert

RGB 209 104 78 -
CMYK 0 0.50 0.63 0.18
HSL 11.91º 0.59% 0.56% -
HSV(B) 11.91º 0.63% 0.82% -
XYZ 32.62 24.01 10.12 -
YUV 132.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 209 104 78 0 0.50 0.63 0.18 11.91 0.59 0.56
Hex D1 68 4E 0 32 3F 12 C 3B 38
Octal 321 150 116 0 62 77 22 14 73 70
Binary 11010001 1101000 1001110 0 110010 111111 10010 1100 111011 111000

Color Harmonies of #D1684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1684E

Black with #D1684E

Text Example


Text Example

White with #D1684E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1684E; }

 p { color: rgb(209,104,78); }

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

background-color css

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

 a { background-color: rgb(209,104,78); }

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

border-color css

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

 span { border-color: rgb(209,104,78); }

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