#DB936C

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

Shades of Copper #DB936C

Tints of Copper #DB936C

Color information

#DB936C (or 0xDB936C) is unknown color: approx Copper. HEX triplet: DB, 93 and 6C. RGB value is (219,147,108). Sum of RGB (Red+Green+Blue) = 219+147+108=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB936C is #246C93. Grayscale: #A4A4A4. Windows color (decimal): -2387092 or 7115739. OLE color: 7115739.

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

Color convert

RGB219147108-
CMYK00.330.510.14
HSL21.08º60.66%64.12%-
HSV(B)21.08º50.68%85.88%-
XYZ42.3537.0119.1-
YUV164.0896.35167.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 108 (42.58% from 255) = 22.78%
R=46.20%
G=31.01%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914710800.330.510.1421.0860.6664.12
HexDB936C02133E153d40
Octal33322315404163162575100
Binary1101101110010011110110001000011100111110101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB936C; }

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

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

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

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

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

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

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

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