#D36846

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

Shades of Red Damask #D36846

Tints of Red Damask #D36846

Color information

#D36846 (or 0xD36846) is unknown color: approx Red Damask. HEX triplet: D3, 68 and 46. RGB value is (211,104,70). Sum of RGB (Red+Green+Blue) = 211+104+70=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D36846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36846 is #2C97B9. Grayscale: #848484. Windows color (decimal): -2922426 or 4614355. OLE color: 4614355.

HSL color Cylindrical-coordinate representation of color #D36846: hue angle of 14.47º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D36846 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21110470-
CMYK00.510.670.17
HSL14.47º61.57%55.1%-
HSV(B)14.47º66.82%82.75%-
XYZ32.9224.198.73-
YUV132.1292.95184.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.81%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 70 (27.73% from 255) = 18.18%
R=54.81%
G=27.01%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111047000.510.670.1714.4761.5755.1
HexD368460334311e3e37
Octal32315010606310321167667
Binary110100111101000100011001100111000011100011110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36846; }

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

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

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

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

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

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

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

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