#D07149

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

Shades of Red Damask #D07149

Tints of Red Damask #D07149

Color information

#D07149 (or 0xD07149) is unknown color: approx Red Damask. HEX triplet: D0, 71 and 49. RGB value is (208,113,73). Sum of RGB (Red+Green+Blue) = 208+113+73=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D07149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07149 is #2F8EB6. Grayscale: #898989. Windows color (decimal): -3116727 or 4813264. OLE color: 4813264.

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

Color convert

RGB20811373-
CMYK00.460.650.18
HSL17.78º58.95%55.1%-
HSV(B)17.78º64.9%81.57%-
XYZ33.1225.79.52-
YUV136.8491.97178.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.79%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=52.79%
G=28.68%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081137300.460.650.1817.7858.9555.1
HexD0714902E4112123b37
Octal32016111105610122227367
Binary1101000011100011001001010111010000011001010010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07149; }

 p { color: rgb(208,113,73); }

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

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

 a { background-color: rgb(208,113,73); }

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

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

 span { border-color: rgb(208,113,73); }

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