#DB8769

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

Shades of Copper #DB8769

Tints of Copper #DB8769

Color information

#DB8769 (or 0xDB8769) is unknown color: approx Copper. HEX triplet: DB, 87 and 69. RGB value is (219,135,105). Sum of RGB (Red+Green+Blue) = 219+135+105=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8769 is #247896. Grayscale: #9C9C9C. Windows color (decimal): -2390167 or 6916059. OLE color: 6916059.

HSL color Cylindrical-coordinate representation of color #DB8769: hue angle of 15.79º 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 #DB8769 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB219135105-
CMYK00.380.520.14
HSL15.79º61.29%63.53%-
HSV(B)15.79º52.05%85.88%-
XYZ40.4333.4117.68-
YUV156.798.83172.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.71%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=47.71%
G=29.41%
B=22.88%

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
Decimal21913510500.380.520.1415.7961.2963.53
HexDB876902634E103d40
Octal33320715104664162075100
Binary1101101110000111110100101001101101001110100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8769; }

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

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

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

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

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

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

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

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