#D98C70

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

Shades of Copper #D98C70

Tints of Copper #D98C70

Color information

#D98C70 (or 0xD98C70) is unknown color: approx Copper. HEX triplet: D9, 8C and 70. RGB value is (217,140,112). Sum of RGB (Red+Green+Blue) = 217+140+112=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98C70 is #26738F. Grayscale: #A0A0A0. Windows color (decimal): -2519952 or 7376089. OLE color: 7376089.

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

Color convert

RGB217140112-
CMYK00.350.480.15
HSL16º58.01%64.51%-
HSV(B)16º48.39%85.1%-
XYZ40.9234.6819.87-
YUV159.83101.01168.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=46.27%
G=29.85%
B=23.88%

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
Decimal21714011200.350.480.151658.0164.51
HexD98C7002330F103a41
Octal33121416004360172072101
Binary1101100110001100111000001000111100001111100001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98C70; }

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

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

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

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

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

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

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

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