#D16A3F

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

Shades of Red Damask #D16A3F

Tints of Red Damask #D16A3F

Color information

#D16A3F (or 0xD16A3F) is unknown color: approx Red Damask. HEX triplet: D1, 6A and 3F. RGB value is (209,106,63). Sum of RGB (Red+Green+Blue) = 209+106+63=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A3F is #2E95C0. Grayscale: #848484. Windows color (decimal): -3052993 or 4156113. OLE color: 4156113.

HSL color Cylindrical-coordinate representation of color #D16A3F: hue angle of 17.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D16A3F is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB20910663-
CMYK00.490.700.18
HSL17.67º61.34%53.33%-
HSV(B)17.67º69.86%81.96%-
XYZ32.3524.227.67-
YUV131.8989.12183-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.29%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 63 (25% from 255) = 16.67%
R=55.29%
G=28.04%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091066300.490.700.1817.6761.3453.33
HexD16A3F0314612123d35
Octal3211527706110622227565
Binary110100011101010111111011000110001101001010010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16A3F; }

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

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

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

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

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

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

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

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