#D88860

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

Shades of Copper #D88860

Tints of Copper #D88860

Color information

#D88860 (or 0xD88860) is unknown color: approx Copper. HEX triplet: D8, 88 and 60. RGB value is (216,136,96). Sum of RGB (Red+Green+Blue) = 216+136+96=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D88860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88860 is #27779F. Grayscale: #9B9B9B. Windows color (decimal): -2586528 or 6326488. OLE color: 6326488.

HSL color Cylindrical-coordinate representation of color #D88860: hue angle of 20º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D88860 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21613696-
CMYK00.370.560.15
HSL20º60.61%61.18%-
HSV(B)20º55.56%84.71%-
XYZ39.2333.0515.38-
YUV155.3694.5171.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.21%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 96 (37.89% from 255) = 21.43%
R=48.21%
G=30.36%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161369600.370.560.152060.6161.18
HexD8886002538F143d3d
Octal3302101400457017247575
Binary110110001000100011000000100101111000111110100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88860; }

 p { color: rgb(216,136,96); }

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

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

 a { background-color: rgb(216,136,96); }

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

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

 span { border-color: rgb(216,136,96); }

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