#D88869

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

Shades of Copper #D88869

Tints of Copper #D88869

Color information

#D88869 (or 0xD88869) is unknown color: approx Copper. HEX triplet: D8, 88 and 69. RGB value is (216,136,105). Sum of RGB (Red+Green+Blue) = 216+136+105=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D88869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88869 is #277796. Grayscale: #9C9C9C. Windows color (decimal): -2586519 or 6916312. OLE color: 6916312.

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

Color convert

RGB216136105-
CMYK00.370.510.15
HSL16.76º58.73%62.94%-
HSV(B)16.76º51.39%84.71%-
XYZ39.6733.2317.69-
YUV156.3999170.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=47.26%
G=29.76%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613610500.370.510.1516.7658.7362.94
HexD8886902533F113b3f
Octal3302101510456317217377
Binary110110001000100011010010100101110011111110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88869; }

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

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

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

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

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

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

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

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