#D88969

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

Shades of Copper #D88969

Tints of Copper #D88969

Color information

#D88969 (or 0xD88969) is unknown color: approx Copper. HEX triplet: D8, 89 and 69. RGB value is (216,137,105). Sum of RGB (Red+Green+Blue) = 216+137+105=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D88969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88969 is #277696. Grayscale: #9D9D9D. Windows color (decimal): -2586263 or 6916568. OLE color: 6916568.

HSL color Cylindrical-coordinate representation of color #D88969: hue angle of 17.3º 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 #D88969 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB216137105-
CMYK00.370.510.15
HSL17.3º58.73%62.94%-
HSV(B)17.3º51.39%84.71%-
XYZ39.8133.5117.73-
YUV156.9798.67170.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.16%
GREEN value IS 137 (53.91% from 255) = 29.91%
BLUE value IS 105 (41.41% from 255) = 22.93%
R=47.16%
G=29.91%
B=22.93%

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
Decimal21613710500.370.510.1517.358.7362.94
HexD8896902533F113b3f
Octal3302111510456317217377
Binary110110001000100111010010100101110011111110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88969; }

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

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

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

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

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

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

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

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