#D07445

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

Shades of Red Damask #D07445

Tints of Red Damask #D07445

Color information

#D07445 (or 0xD07445) is unknown color: approx Red Damask. HEX triplet: D0, 74 and 45. RGB value is (208,116,69). Sum of RGB (Red+Green+Blue) = 208+116+69=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D07445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07445 is #2F8BBA. Grayscale: #8A8A8A. Windows color (decimal): -3115963 or 4551888. OLE color: 4551888.

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

Color convert

RGB20811669-
CMYK00.440.670.18
HSL20.29º59.66%54.31%-
HSV(B)20.29º66.83%81.57%-
XYZ33.3326.338.96-
YUV138.1588.98177.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.93%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 69 (27.34% from 255) = 17.56%
R=52.93%
G=29.52%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081166900.440.670.1820.2959.6654.31
HexD0744502C4312143c36
Octal32016410505410322247466
Binary1101000011101001000101010110010000111001010100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07445; }

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

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

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

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

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

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

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

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