#D46B45

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

Shades of Red Damask #D46B45

Tints of Red Damask #D46B45

Color information

#D46B45 (or 0xD46B45) is unknown color: approx Red Damask. HEX triplet: D4, 6B and 45. RGB value is (212,107,69). Sum of RGB (Red+Green+Blue) = 212+107+69=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46B45 is #2B94BA. Grayscale: #868686. Windows color (decimal): -2856123 or 4549588. OLE color: 4549588.

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

Color convert

RGB21210769-
CMYK00.500.670.17
HSL15.94º62.45%55.1%-
HSV(B)15.94º67.45%83.14%-
XYZ33.4824.948.68-
YUV134.0691.29183.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.64%
GREEN value IS 107 (42.19% from 255) = 27.58%
BLUE value IS 69 (27.34% from 255) = 17.78%
R=54.64%
G=27.58%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121076900.500.670.1715.9462.4555.1
HexD46B450324311103e37
Octal32415310506210321207667
Binary1101010011010111000101011001010000111000110000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46B45; }

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

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

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

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

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

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

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

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