#DB875A

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

Shades of Copper #DB875A

Tints of Copper #DB875A

Color information

#DB875A (or 0xDB875A) is unknown color: approx Copper. HEX triplet: DB, 87 and 5A. RGB value is (219,135,90). Sum of RGB (Red+Green+Blue) = 219+135+90=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB875A is #2478A5. Grayscale: #9B9B9B. Windows color (decimal): -2390182 or 5933019. OLE color: 5933019.

HSL color Cylindrical-coordinate representation of color #DB875A: hue angle of 20.93º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB875A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB21913590-
CMYK00.380.590.14
HSL20.93º64.18%60.59%-
HSV(B)20.93º58.9%85.88%-
XYZ39.7233.1313.97-
YUV154.9991.33173.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.32%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 90 (35.55% from 255) = 20.27%
R=49.32%
G=30.41%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191359000.380.590.1420.9364.1860.59
HexDB875A0263BE15403d
Octal33320713204673162510075
Binary1101101110000111101101001001101110111110101011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB875A; }

 p { color: rgb(219,135,90); }

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

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

 a { background-color: rgb(219,135,90); }

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

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

 span { border-color: rgb(219,135,90); }

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