#D16C4E

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

Shades of Red Damask #D16C4E

Tints of Red Damask #D16C4E

Color information

#D16C4E (or 0xD16C4E) is unknown color: approx Red Damask. HEX triplet: D1, 6C and 4E. RGB value is (209,108,78). Sum of RGB (Red+Green+Blue) = 209+108+78=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C4E is #2E93B1. Grayscale: #878787. Windows color (decimal): -3052466 or 5139665. OLE color: 5139665.

HSL color Cylindrical-coordinate representation of color #D16C4E: hue angle of 13.74º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D16C4E is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB20910878-
CMYK00.480.630.18
HSL13.74º58.74%56.27%-
HSV(B)13.74º62.68%81.96%-
XYZ33.0324.8310.26-
YUV134.7895.96180.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.91%
GREEN value IS 108 (42.58% from 255) = 27.34%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=52.91%
G=27.34%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091087800.480.630.1813.7458.7456.27
HexD16C4E0303F12e3b38
Octal3211541160607722167370
Binary11010001110110010011100110000111111100101110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16C4E; }

 p { color: rgb(209,108,78); }

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

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

 a { background-color: rgb(209,108,78); }

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

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

 span { border-color: rgb(209,108,78); }

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