#D46B46

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

Shades of Red Damask #D46B46

Tints of Red Damask #D46B46

Color information

#D46B46 (or 0xD46B46) is unknown color: approx Red Damask. HEX triplet: D4, 6B and 46. RGB value is (212,107,70). Sum of RGB (Red+Green+Blue) = 212+107+70=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46B46 is #2B94B9. Grayscale: #868686. Windows color (decimal): -2856122 or 4615124. OLE color: 4615124.

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

Color convert

RGB21210770-
CMYK00.500.670.17
HSL15.63º62.28%55.29%-
HSV(B)15.63º66.98%83.14%-
XYZ33.5124.958.84-
YUV134.1891.79183.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.50%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 70 (27.73% from 255) = 17.99%
R=54.50%
G=27.51%
B=17.99%

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
Decimal2121077000.500.670.1715.6362.2855.29
HexD46B460324311103e37
Octal32415310606210321207667
Binary1101010011010111000110011001010000111000110000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46B46; }

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

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

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

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

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

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

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

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