#DB936A

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

Shades of Copper #DB936A

Tints of Copper #DB936A

Color information

#DB936A (or 0xDB936A) is unknown color: approx Copper. HEX triplet: DB, 93 and 6A. RGB value is (219,147,106). Sum of RGB (Red+Green+Blue) = 219+147+106=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB936A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB936A is #246C95. Grayscale: #A4A4A4. Windows color (decimal): -2387094 or 6984667. OLE color: 6984667.

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

Color convert

RGB219147106-
CMYK00.330.520.14
HSL21.77º61.08%63.73%-
HSV(B)21.77º51.6%85.88%-
XYZ42.2536.9718.54-
YUV163.8595.35167.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.40%
GREEN value IS 147 (57.81% from 255) = 31.14%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=46.40%
G=31.14%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914710600.330.520.1421.7761.0863.73
HexDB936A02134E163d40
Octal33322315204164162675100
Binary1101101110010011110101001000011101001110101101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB936A; }

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

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

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

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

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

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

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

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