#D88867

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

Shades of Copper #D88867

Tints of Copper #D88867

Color information

#D88867 (or 0xD88867) is unknown color: approx Copper. HEX triplet: D8, 88 and 67. RGB value is (216,136,103). Sum of RGB (Red+Green+Blue) = 216+136+103=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D88867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88867 is #277798. Grayscale: #9C9C9C. Windows color (decimal): -2586521 or 6785240. OLE color: 6785240.

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

Color convert

RGB216136103-
CMYK00.370.520.15
HSL17.52º59.16%62.55%-
HSV(B)17.52º52.31%84.71%-
XYZ39.5733.1917.15-
YUV156.1698170.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.47%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 103 (40.62% from 255) = 22.64%
R=47.47%
G=29.89%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613610300.370.520.1517.5259.1662.55
HexD8886702534F123b3f
Octal3302101470456417227377
Binary110110001000100011001110100101110100111110010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88867; }

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

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

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

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

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

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

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

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