#D26946

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

Shades of Red Damask #D26946

Tints of Red Damask #D26946

Color information

#D26946 (or 0xD26946) is unknown color: approx Red Damask. HEX triplet: D2, 69 and 46. RGB value is (210,105,70). Sum of RGB (Red+Green+Blue) = 210+105+70=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D26946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26946 is #2D96B9. Grayscale: #848484. Windows color (decimal): -2987706 or 4614610. OLE color: 4614610.

HSL color Cylindrical-coordinate representation of color #D26946: hue angle of 15º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D26946 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB21010570-
CMYK00.500.670.18
HSL15º60.87%54.9%-
HSV(B)15º66.67%82.35%-
XYZ32.7424.258.75-
YUV132.492.79183.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.55%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 70 (27.73% from 255) = 18.18%
R=54.55%
G=27.27%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101057000.500.670.181560.8754.9
HexD269460324312f3d37
Octal32215110606210322177567
Binary110100101101001100011001100101000011100101111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26946; }

 p { color: rgb(210,105,70); }

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

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

 a { background-color: rgb(210,105,70); }

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

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

 span { border-color: rgb(210,105,70); }

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