#D6754D

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

Shades of Red Damask #D6754D

Tints of Red Damask #D6754D

Color information

#D6754D (or 0xD6754D) is unknown color: approx Red Damask. HEX triplet: D6, 75 and 4D. RGB value is (214,117,77). Sum of RGB (Red+Green+Blue) = 214+117+77=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6754D is #298AB2. Grayscale: #8D8D8D. Windows color (decimal): -2722483 or 5076438. OLE color: 5076438.

HSL color Cylindrical-coordinate representation of color #D6754D: hue angle of 17.52º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6754D is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB21411777-
CMYK00.450.640.16
HSL17.52º62.56%57.06%-
HSV(B)17.52º64.02%83.92%-
XYZ35.4327.5510.47-
YUV141.4491.64179.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.45%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 77 (30.47% from 255) = 18.87%
R=52.45%
G=28.68%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141177700.450.640.1617.5262.5657.06
HexD6754D02D4010123f39
Octal32616511505510020227771
Binary1101011011101011001101010110110000001000010010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6754D; }

 p { color: rgb(214,117,77); }

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

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

 a { background-color: rgb(214,117,77); }

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

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

 span { border-color: rgb(214,117,77); }

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