#D98C71

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

Shades of Copper #D98C71

Tints of Copper #D98C71

Color information

#D98C71 (or 0xD98C71) is unknown color: approx Copper. HEX triplet: D9, 8C and 71. RGB value is (217,140,113). Sum of RGB (Red+Green+Blue) = 217+140+113=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98C71 is #26738E. Grayscale: #A0A0A0. Windows color (decimal): -2519951 or 7441625. OLE color: 7441625.

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

Color convert

RGB217140113-
CMYK00.350.480.15
HSL15.58º57.78%64.71%-
HSV(B)15.58º47.93%85.1%-
XYZ40.9734.720.16-
YUV159.94101.51168.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=46.17%
G=29.79%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714011300.350.480.1515.5857.7864.71
HexD98C7102330F103a41
Octal33121416104360172072101
Binary1101100110001100111000101000111100001111100001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98C71; }

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

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

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

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

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

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

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

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