#DB876A

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

Shades of Copper #DB876A

Tints of Copper #DB876A

Color information

#DB876A (or 0xDB876A) is unknown color: approx Copper. HEX triplet: DB, 87 and 6A. RGB value is (219,135,106). Sum of RGB (Red+Green+Blue) = 219+135+106=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB876A is #247895. Grayscale: #9D9D9D. Windows color (decimal): -2390166 or 6981595. OLE color: 6981595.

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

Color convert

RGB219135106-
CMYK00.380.520.14
HSL15.4º61.08%63.73%-
HSV(B)15.4º51.6%85.88%-
XYZ40.4833.4317.95-
YUV156.8199.33172.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.61%
GREEN value IS 135 (53.12% from 255) = 29.35%
BLUE value IS 106 (41.80% from 255) = 23.04%
R=47.61%
G=29.35%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913510600.380.520.1415.461.0863.73
HexDB876A02634Ef3d40
Octal33320715204664161775100
Binary110110111000011111010100100110110100111011111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB876A; }

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

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

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

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

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

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

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

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