#DB956B

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

Shades of Copper #DB956B

Tints of Copper #DB956B

Color information

#DB956B (or 0xDB956B) is unknown color: approx Copper. HEX triplet: DB, 95 and 6B. RGB value is (219,149,107). Sum of RGB (Red+Green+Blue) = 219+149+107=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB956B is #246A94. Grayscale: #A5A5A5. Windows color (decimal): -2386581 or 7050715. OLE color: 7050715.

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

Color convert

RGB219149107-
CMYK00.320.510.14
HSL22.5º60.87%63.92%-
HSV(B)22.5º51.14%85.88%-
XYZ42.6137.6218.92-
YUV165.1495.19166.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.11%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 107 (42.19% from 255) = 22.53%
R=46.11%
G=31.37%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914910700.320.510.1422.560.8763.92
HexDB956B02033E173d40
Octal33322515304063162775100
Binary1101101110010101110101101000001100111110101111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB956B; }

 p { color: rgb(219,149,107); }

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

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

 a { background-color: rgb(219,149,107); }

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

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

 span { border-color: rgb(219,149,107); }

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