#D0754C

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

Shades of Red Damask #D0754C

Tints of Red Damask #D0754C

Color information

#D0754C (or 0xD0754C) is unknown color: approx Red Damask. HEX triplet: D0, 75 and 4C. RGB value is (208,117,76). Sum of RGB (Red+Green+Blue) = 208+117+76=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0754C is #2F8AB3. Grayscale: #8B8B8B. Windows color (decimal): -3115700 or 5010896. OLE color: 5010896.

HSL color Cylindrical-coordinate representation of color #D0754C: hue angle of 18.64º degrees, saturation: 0.58, 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 #D0754C is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB20811776-
CMYK00.440.630.18
HSL18.64º58.41%55.69%-
HSV(B)18.64º63.46%81.57%-
XYZ33.6826.6510.21-
YUV139.5492.15176.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.87%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=51.87%
G=29.18%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081177600.440.630.1818.6458.4155.69
HexD0754C02C3F12133a38
Octal3201651140547722237270
Binary110100001110101100110001011001111111001010011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0754C; }

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

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

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

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

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

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

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

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