#D46C45

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

Shades of Red Damask #D46C45

Tints of Red Damask #D46C45

Color information

#D46C45 (or 0xD46C45) is unknown color: approx Red Damask. HEX triplet: D4, 6C and 45. RGB value is (212,108,69). Sum of RGB (Red+Green+Blue) = 212+108+69=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46C45 is #2B93BA. Grayscale: #868686. Windows color (decimal): -2855867 or 4549844. OLE color: 4549844.

HSL color Cylindrical-coordinate representation of color #D46C45: hue angle of 16.36º 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 #D46C45 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB21210869-
CMYK00.490.670.17
HSL16.36º62.45%55.1%-
HSV(B)16.36º67.45%83.14%-
XYZ33.5925.158.71-
YUV134.6590.96183.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.50%
GREEN value IS 108 (42.58% from 255) = 27.76%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=54.50%
G=27.76%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121086900.490.670.1716.3662.4555.1
HexD46C450314311103e37
Octal32415410506110321207667
Binary1101010011011001000101011000110000111000110000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46C45; }

 p { color: rgb(212,108,69); }

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

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

 a { background-color: rgb(212,108,69); }

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

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

 span { border-color: rgb(212,108,69); }

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