#DB855D

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

Shades of Copper #DB855D

Tints of Copper #DB855D

Color information

#DB855D (or 0xDB855D) is unknown color: approx Copper. HEX triplet: DB, 85 and 5D. RGB value is (219,133,93). Sum of RGB (Red+Green+Blue) = 219+133+93=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB855D is #247AA2. Grayscale: #9A9A9A. Windows color (decimal): -2390691 or 6129115. OLE color: 6129115.

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

Color convert

RGB21913393-
CMYK00.390.580.14
HSL19.05º63.64%61.18%-
HSV(B)19.05º57.53%85.88%-
XYZ39.5832.6314.57-
YUV154.1593.49174.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.21%
GREEN value IS 133 (52.34% from 255) = 29.89%
BLUE value IS 93 (36.72% from 255) = 20.90%
R=49.21%
G=29.89%
B=20.90%

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
Decimal2191339300.390.580.1419.0563.6461.18
HexDB855D0273AE13403d
Octal33320513504772162310075
Binary1101101110000101101110101001111110101110100111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB855D; }

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

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

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

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

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

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

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

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