Html Css Color HEX #D16842 Red Damask

📋 copy color: '#D16842'

red 209 ◦ green 104 ◦ blue 66

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

Shades of Red Damask #D16842

Tints of Red Damask #D16842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 55.15%
G = 27.44%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D16842 (or 0xD16842) is known color: Red Damask. HEX triplet: D1, 68 and 42. RGB value is (209,104,66). Sum of RGB (Red+Green+Blue) = 209+104+66=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D16842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16842 is #2E97BD. Grayscale: #838383. Windows color (decimal): -3053502 or 4352209. OLE color: 4352209.

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

Color convert

RGB 209 104 66 -
CMYK 0 0.50 0.68 0.18
HSL 15.94º 0.61% 0.54% -
HSV(B) 15.94º 0.68% 0.82% -
XYZ 32.23 23.85 8.06 -
YUV 131.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 209 104 66 0 0.50 0.68 0.18 15.94 0.61 0.54
Hex D1 68 42 0 32 44 12 10 3D 36
Octal 321 150 102 0 62 104 22 20 75 66
Binary 11010001 1101000 1000010 0 110010 1000100 10010 10000 111101 110110

Color Harmonies of #D16842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16842

Black with #D16842

Text Example


Text Example

White with #D16842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16842; }

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

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

background-color css

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

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

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

border-color css

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

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

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