#D76846

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

Shades of Red Damask #D76846

Tints of Red Damask #D76846

Color information

#D76846 (or 0xD76846) is unknown color: approx Red Damask. HEX triplet: D7, 68 and 46. RGB value is (215,104,70). Sum of RGB (Red+Green+Blue) = 215+104+70=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D76846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76846 is #2897B9. Grayscale: #858585. Windows color (decimal): -2660282 or 4614359. OLE color: 4614359.

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

Color convert

RGB21510470-
CMYK00.520.670.16
HSL14.07º64.44%55.88%-
HSV(B)14.07º67.44%84.31%-
XYZ34.0824.798.78-
YUV133.3192.27186.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.27%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 70 (27.73% from 255) = 17.99%
R=55.27%
G=26.74%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151047000.520.670.1614.0764.4455.88
HexD768460344310e4038
Octal327150106064103201610070
Binary1101011111010001000110011010010000111000011101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76846; }

 p { color: rgb(215,104,70); }

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

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

 a { background-color: rgb(215,104,70); }

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

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

 span { border-color: rgb(215,104,70); }

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