#D28770

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

Shades of Copper #D28770

Tints of Copper #D28770

Color information

#D28770 (or 0xD28770) is unknown color: approx Copper. HEX triplet: D2, 87 and 70. RGB value is (210,135,112). Sum of RGB (Red+Green+Blue) = 210+135+112=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D28770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28770 is #2D788F. Grayscale: #9A9A9A. Windows color (decimal): -2979984 or 7374802. OLE color: 7374802.

HSL color Cylindrical-coordinate representation of color #D28770: hue angle of 14.08º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D28770 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB210135112-
CMYK00.360.470.18
HSL14.08º52.13%63.14%-
HSV(B)14.08º46.67%82.35%-
XYZ38.1732.219.53-
YUV154.8103.85167.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.95%
GREEN value IS 135 (53.12% from 255) = 29.54%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=45.95%
G=29.54%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013511200.360.470.1814.0852.1363.14
HexD287700242F12e343f
Octal3222071600445722166477
Binary110100101000011111100000100100101111100101110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28770; }

 p { color: rgb(210,135,112); }

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

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

 a { background-color: rgb(210,135,112); }

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

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

 span { border-color: rgb(210,135,112); }

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