#DB7F66

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

Shades of Copper #DB7F66

Tints of Copper #DB7F66

Color information

#DB7F66 (or 0xDB7F66) is unknown color: approx Copper. HEX triplet: DB, 7F and 66. RGB value is (219,127,102). Sum of RGB (Red+Green+Blue) = 219+127+102=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F66 is #248099. Grayscale: #979797. Windows color (decimal): -2392218 or 6717403. OLE color: 6717403.

HSL color Cylindrical-coordinate representation of color #DB7F66: hue angle of 12.82º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB7F66 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB219127102-
CMYK00.420.530.14
HSL12.82º61.9%62.94%-
HSV(B)12.82º53.42%85.88%-
XYZ39.231.216.53-
YUV151.6699.98176.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.88%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=48.88%
G=28.35%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912710200.420.530.1412.8261.962.94
HexDB7F6602A35Ed3e3f
Octal3331771460526516157677
Binary1101101111111111100110010101011010111101101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7F66; }

 p { color: rgb(219,127,102); }

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

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

 a { background-color: rgb(219,127,102); }

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

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

 span { border-color: rgb(219,127,102); }

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