#d07046

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

Shades of Red Damask #D07046

Tints of Red Damask #D07046

Color information

#D07046 (or 0xD07046) is unknown color: approx Red Damask. HEX triplet: D0, 70 and 46. RGB value is (208,112,70). Sum of RGB (Red+Green+Blue) = 208+112+70=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D07046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07046 is #2F8FB9. Grayscale: #888888. Windows color (decimal): -3116986 or 4616400. OLE color: 4616400.

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

Color convert

RGB20811270-
CMYK00.460.660.18
HSL18.26º59.48%54.51%-
HSV(B)18.26º66.35%81.57%-
XYZ32.9125.448.97-
YUV135.9290.8179.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.33%
GREEN value IS 112 (44.14% from 255) = 28.72%
BLUE value IS 70 (27.73% from 255) = 17.95%
R=53.33%
G=28.72%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081127000.460.660.1818.2659.4854.51
HexD0704602E4212123b37
Octal32016010605610222227367
Binary1101000011100001000110010111010000101001010010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d07046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d07046; }

 p { color: rgb(208,112,70); }

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

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

 a { background-color: rgb(208,112,70); }

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

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

 span { border-color: rgb(208,112,70); }

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