Html Css Color HEX #D16847 Red Damask

📋 copy color: '#D16847'

red 209 ◦ green 104 ◦ blue 71

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

Shades of Red Damask #D16847

Tints of Red Damask #D16847

RGB

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

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

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

R = 54.43%
G = 27.08%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D16847 (or 0xD16847) is known color: Red Damask. HEX triplet: D1, 68 and 47. RGB value is (209,104,71). Sum of RGB (Red+Green+Blue) = 209+104+71=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D16847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16847 is #2E97B8. Grayscale: #838383. Windows color (decimal): -3053497 or 4679889. OLE color: 4679889.

HSL color Cylindrical-coordinate representation of color #D16847: hue angle of 14.35º 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 #D16847 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 71 -
CMYK 0 0.50 0.66 0.18
HSL 14.35º 0.6% 0.55% -
HSV(B) 14.35º 0.66% 0.82% -
XYZ 32.38 23.91 8.87 -
YUV 131.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 209 104 71 0 0.50 0.66 0.18 14.35 0.6 0.55
Hex D1 68 47 0 32 42 12 E 3C 37
Octal 321 150 107 0 62 102 22 16 74 67
Binary 11010001 1101000 1000111 0 110010 1000010 10010 1110 111100 110111

Color Harmonies of #D16847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16847

Black with #D16847

Text Example


Text Example

White with #D16847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16847; }

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

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

background-color css

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

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

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

border-color css

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

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

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