#D98D70

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

Shades of Copper #D98D70

Tints of Copper #D98D70

Color information

#D98D70 (or 0xD98D70) is unknown color: approx Copper. HEX triplet: D9, 8D and 70. RGB value is (217,141,112). Sum of RGB (Red+Green+Blue) = 217+141+112=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D70 is #26728F. Grayscale: #A0A0A0. Windows color (decimal): -2519696 or 7376345. OLE color: 7376345.

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

Color convert

RGB217141112-
CMYK00.350.480.15
HSL16.57º58.01%64.51%-
HSV(B)16.57º48.39%85.1%-
XYZ41.0634.9719.92-
YUV160.42100.68168.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 112 (44.14% from 255) = 23.83%
R=46.17%
G=30%
B=23.83%

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
Decimal21714111200.350.480.1516.5758.0164.51
HexD98D7002330F113a41
Octal33121516004360172172101
Binary1101100110001101111000001000111100001111100011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D70; }

 p { color: rgb(217,141,112); }

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

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

 a { background-color: rgb(217,141,112); }

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

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

 span { border-color: rgb(217,141,112); }

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