#DB855A

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

Shades of Copper #DB855A

Tints of Copper #DB855A

Color information

#DB855A (or 0xDB855A) is unknown color: approx Copper. HEX triplet: DB, 85 and 5A. RGB value is (219,133,90). Sum of RGB (Red+Green+Blue) = 219+133+90=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB855A is #247AA5. Grayscale: #9A9A9A. Windows color (decimal): -2390694 or 5932507. OLE color: 5932507.

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

Color convert

RGB21913390-
CMYK00.390.590.14
HSL20º64.18%60.59%-
HSV(B)20º58.9%85.88%-
XYZ39.4532.5713.88-
YUV153.8191.99174.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.55%
GREEN value IS 133 (52.34% from 255) = 30.09%
BLUE value IS 90 (35.55% from 255) = 20.36%
R=49.55%
G=30.09%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191339000.390.590.142064.1860.59
HexDB855A0273BE14403d
Octal33320513204773162410075
Binary1101101110000101101101001001111110111110101001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB855A; }

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

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

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

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

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

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

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

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