Html Css Color HEX #D16941 Red Damask

📋 copy color: '#D16941'

red 209 ◦ green 105 ◦ blue 65

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

Shades of Red Damask #D16941

Tints of Red Damask #D16941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.7%

 BLUE value IS 65 (25.78% from 255) = 17.15%

R = 55.15%
G = 27.7%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D16941 (or 0xD16941) is known color: Red Damask. HEX triplet: D1, 69 and 41. RGB value is (209,105,65). Sum of RGB (Red+Green+Blue) = 209+105+65=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D16941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16941 is #2E96BE. Grayscale: #838383. Windows color (decimal): -3053247 or 4286929. OLE color: 4286929.

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

Color convert

RGB 209 105 65 -
CMYK 0 0.50 0.69 0.18
HSL 16.67º 0.61% 0.54% -
HSV(B) 16.67º 0.69% 0.82% -
XYZ 32.3 24.04 7.94 -
YUV 131.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 209 105 65 0 0.50 0.69 0.18 16.67 0.61 0.54
Hex D1 69 41 0 32 45 12 11 3D 36
Octal 321 151 101 0 62 105 22 21 75 66
Binary 11010001 1101001 1000001 0 110010 1000101 10010 10001 111101 110110

Color Harmonies of #D16941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16941

Black with #D16941

Text Example


Text Example

White with #D16941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16941; }

 p { color: rgb(209,105,65); }

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

background-color css

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

 a { background-color: rgb(209,105,65); }

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

border-color css

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

 span { border-color: rgb(209,105,65); }

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