Html Css Color HEX #D16C47 Red Damask

📋 copy color: '#D16C47'

red 209 ◦ green 108 ◦ blue 71

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

Shades of Red Damask #D16C47

Tints of Red Damask #D16C47

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

 BLUE value IS 71 (28.13% from 255) = 18.3%

R = 53.87%
G = 27.84%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D16C47 (or 0xD16C47) is known color: Red Damask. HEX triplet: D1, 6C and 47. RGB value is (209,108,71). Sum of RGB (Red+Green+Blue) = 209+108+71=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16C47 is #2E93B8. Grayscale: #868686. Windows color (decimal): -3052473 or 4680913. OLE color: 4680913.

HSL color Cylindrical-coordinate representation of color #D16C47: hue angle of 16.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D16C47 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 108 71 -
CMYK 0 0.48 0.66 0.18
HSL 16.09º 0.6% 0.55% -
HSV(B) 16.09º 0.66% 0.82% -
XYZ 32.79 24.74 9.01 -
YUV 133.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 209 108 71 0 0.48 0.66 0.18 16.09 0.6 0.55
Hex D1 6C 47 0 30 42 12 10 3C 37
Octal 321 154 107 0 60 102 22 20 74 67
Binary 11010001 1101100 1000111 0 110000 1000010 10010 10000 111100 110111

Color Harmonies of #D16C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C47

Black with #D16C47

Text Example


Text Example

White with #D16C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C47; }

 p { color: rgb(209,108,71); }

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

background-color css

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

 a { background-color: rgb(209,108,71); }

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

border-color css

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

 span { border-color: rgb(209,108,71); }

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