#d1754c

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

Shades of Red Damask #D1754C

Tints of Red Damask #D1754C

Color information

#D1754C (or 0xD1754C) is unknown color: approx Red Damask. HEX triplet: D1, 75 and 4C. RGB value is (209,117,76). Sum of RGB (Red+Green+Blue) = 209+117+76=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1754C is #2E8AB3. Grayscale: #8C8C8C. Windows color (decimal): -3050164 or 5010897. OLE color: 5010897.

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

Color convert

RGB20911776-
CMYK00.440.640.18
HSL18.5º59.11%55.88%-
HSV(B)18.5º63.64%81.96%-
XYZ33.9626.810.22-
YUV139.8391.98177.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.99%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 76 (30.08% from 255) = 18.91%
R=51.99%
G=29.10%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091177600.440.640.1818.559.1155.88
HexD1754C02C4012123b38
Octal32116511405410022227370
Binary1101000111101011001100010110010000001001010010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1754c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1754c; }

 p { color: rgb(209,117,76); }

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

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

 a { background-color: rgb(209,117,76); }

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

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

 span { border-color: rgb(209,117,76); }

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