#D07145

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

Shades of Red Damask #D07145

Tints of Red Damask #D07145

Color information

#D07145 (or 0xD07145) is unknown color: approx Red Damask. HEX triplet: D0, 71 and 45. RGB value is (208,113,69). Sum of RGB (Red+Green+Blue) = 208+113+69=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D07145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07145 is #2F8EBA. Grayscale: #888888. Windows color (decimal): -3116731 or 4551120. OLE color: 4551120.

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

Color convert

RGB20811369-
CMYK00.460.670.18
HSL18.99º59.66%54.31%-
HSV(B)18.99º66.83%81.57%-
XYZ32.9925.658.84-
YUV136.3989.97179.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.33%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 69 (27.34% from 255) = 17.69%
R=53.33%
G=28.97%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081136900.460.670.1818.9959.6654.31
HexD0714502E4312133c36
Octal32016110505610322237466
Binary1101000011100011000101010111010000111001010011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07145; }

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

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

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

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

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

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

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

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