#D46744

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

Shades of Red Damask #D46744

Tints of Red Damask #D46744

Color information

#D46744 (or 0xD46744) is unknown color: approx Red Damask. HEX triplet: D4, 67 and 44. RGB value is (212,103,68). Sum of RGB (Red+Green+Blue) = 212+103+68=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D46744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46744 is #2B98BB. Grayscale: #838383. Windows color (decimal): -2857148 or 4483028. OLE color: 4483028.

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

Color convert

RGB21210368-
CMYK00.510.680.17
HSL14.58º62.61%54.9%-
HSV(B)14.58º67.92%83.14%-
XYZ33.0524.118.38-
YUV131.692.11185.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.35%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 68 (26.95% from 255) = 17.75%
R=55.35%
G=26.89%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121036800.510.680.1714.5862.6154.9
HexD467440334411f3f37
Octal32414710406310421177767
Binary110101001100111100010001100111000100100011111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46744; }

 p { color: rgb(212,103,68); }

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

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

 a { background-color: rgb(212,103,68); }

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

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

 span { border-color: rgb(212,103,68); }

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