#D98A71

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

Shades of Copper #D98A71

Tints of Copper #D98A71

Color information

#D98A71 (or 0xD98A71) is unknown color: approx Copper. HEX triplet: D9, 8A and 71. RGB value is (217,138,113). Sum of RGB (Red+Green+Blue) = 217+138+113=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98A71 is #26758E. Grayscale: #9E9E9E. Windows color (decimal): -2520463 or 7441113. OLE color: 7441113.

HSL color Cylindrical-coordinate representation of color #D98A71: hue angle of 14.42º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D98A71 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB217138113-
CMYK00.360.480.15
HSL14.42º57.78%64.71%-
HSV(B)14.42º47.93%85.1%-
XYZ40.6834.1220.06-
YUV158.77102.17169.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=46.37%
G=29.49%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713811300.360.480.1514.4257.7864.71
HexD98A7102430Fe3a41
Octal33121216104460171672101
Binary110110011000101011100010100100110000111111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A71; }

 p { color: rgb(217,138,113); }

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

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

 a { background-color: rgb(217,138,113); }

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

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

 span { border-color: rgb(217,138,113); }

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