#DB855B

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

Shades of Copper #DB855B

Tints of Copper #DB855B

Color information

#DB855B (or 0xDB855B) is unknown color: approx Copper. HEX triplet: DB, 85 and 5B. RGB value is (219,133,91). Sum of RGB (Red+Green+Blue) = 219+133+91=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB855B is #247AA4. Grayscale: #9A9A9A. Windows color (decimal): -2390693 or 5998043. OLE color: 5998043.

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

Color convert

RGB21913391-
CMYK00.390.580.14
HSL19.69º64%60.78%-
HSV(B)19.69º58.45%85.88%-
XYZ39.4932.5914.11-
YUV153.9392.49174.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.44%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=49.44%
G=30.02%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191339100.390.580.1419.696460.78
HexDB855B0273AE14403d
Octal33320513304772162410075
Binary1101101110000101101101101001111110101110101001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB855B; }

 p { color: rgb(219,133,91); }

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

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

 a { background-color: rgb(219,133,91); }

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

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

 span { border-color: rgb(219,133,91); }

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