#D16D42

Color #D16D42 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #D16D42

Tints of Red Damask #D16D42

Color information

#D16D42 (or 0xD16D42) is unknown color: approx 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

RGB20910966-
CMYK00.480.680.18
HSL18.04º60.85%53.92%-
HSV(B)18.04º68.42%81.96%-
XYZ32.7524.898.23-
YUV13489.63181.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091096600.480.680.1818.0460.8553.92
HexD16D420304412123d36
Octal32115510206010422227566
Binary1101000111011011000010011000010001001001010010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>