#DB8B70

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

Shades of Copper #DB8B70

Tints of Copper #DB8B70

Color information

#DB8B70 (or 0xDB8B70) is unknown color: approx Copper. HEX triplet: DB, 8B and 70. RGB value is (219,139,112). Sum of RGB (Red+Green+Blue) = 219+139+112=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B70 is #24748F. Grayscale: #A0A0A0. Windows color (decimal): -2389136 or 7375835. OLE color: 7375835.

HSL color Cylindrical-coordinate representation of color #DB8B70: hue angle of 15.14º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB8B70 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB219139112-
CMYK00.370.490.14
HSL15.14º59.78%64.9%-
HSV(B)15.14º48.86%85.88%-
XYZ41.3734.719.85-
YUV159.84101170.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.60%
GREEN value IS 139 (54.69% from 255) = 29.57%
BLUE value IS 112 (44.14% from 255) = 23.83%
R=46.60%
G=29.57%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913911200.370.490.1415.1459.7864.9
HexDB8B7002531Ef3c41
Octal33321316004561161774101
Binary110110111000101111100000100101110001111011111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8B70; }

 p { color: rgb(219,139,112); }

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

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

 a { background-color: rgb(219,139,112); }

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

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

 span { border-color: rgb(219,139,112); }

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