#D16A40

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

Shades of Red Damask #D16A40

Tints of Red Damask #D16A40

Color information

#D16A40 (or 0xD16A40) is unknown color: approx Red Damask. HEX triplet: D1, 6A and 40. RGB value is (209,106,64). Sum of RGB (Red+Green+Blue) = 209+106+64=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A40 is #2E95BF. Grayscale: #848484. Windows color (decimal): -3052992 or 4221649. OLE color: 4221649.

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

Color convert

RGB20910664-
CMYK00.490.690.18
HSL17.38º61.18%53.53%-
HSV(B)17.38º69.38%81.96%-
XYZ32.3724.237.82-
YUV132.0189.62182.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.15%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 64 (25.39% from 255) = 16.89%
R=55.15%
G=27.97%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091066400.490.690.1817.3861.1853.53
HexD16A400314512113d36
Octal32115210006110522217566
Binary1101000111010101000000011000110001011001010001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16A40; }

 p { color: rgb(209,106,64); }

 H1.HeaderClassName
 {
   color: #D16A40;
 }
 .AnyTagClassName
 {
   color: #D16A40;
 }
</style>
background-color css

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

 a { background-color: rgb(209,106,64); }

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

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

 span { border-color: rgb(209,106,64); }

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