Html Css Color HEX #D16D42 Red Damask

📋 copy color: '#D16D42'

red 209 ◦ green 109 ◦ blue 66

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

Shades of Red Damask #D16D42

Tints of Red Damask #D16D42

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.39%

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

R = 54.43%
G = 28.39%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D16D42 (or 0xD16D42) is known color: Red Damask. HEX triplet: D1, 6D and 42. RGB value is (209,109,66). Sum of RGB (Red+Green+Blue) = 209+109+66=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16D42 is #2E92BD. Grayscale: #868686. Windows color (decimal): -3052222 or 4353489. OLE color: 4353489.

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

Color convert

RGB 209 109 66 -
CMYK 0 0.48 0.68 0.18
HSL 18.04º 0.61% 0.54% -
HSV(B) 18.04º 0.68% 0.82% -
XYZ 32.75 24.89 8.23 -
YUV 134 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 209 109 66 0 0.48 0.68 0.18 18.04 0.61 0.54
Hex D1 6D 42 0 30 44 12 12 3D 36
Octal 321 155 102 0 60 104 22 22 75 66
Binary 11010001 1101101 1000010 0 110000 1000100 10010 10010 111101 110110

Color Harmonies of #D16D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D42

Black with #D16D42

Text Example


Text Example

White with #D16D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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