#D98D6D

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

Shades of Copper #D98D6D

Tints of Copper #D98D6D

Color information

#D98D6D (or 0xD98D6D) is unknown color: approx Copper. HEX triplet: D9, 8D and 6D. RGB value is (217,141,109). Sum of RGB (Red+Green+Blue) = 217+141+109=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D6D is #267292. Grayscale: #A0A0A0. Windows color (decimal): -2519699 or 7179737. OLE color: 7179737.

HSL color Cylindrical-coordinate representation of color #D98D6D: hue angle of 17.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D98D6D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB217141109-
CMYK00.350.500.15
HSL17.78º58.7%63.92%-
HSV(B)17.78º49.77%85.1%-
XYZ40.934.9119.05-
YUV160.0899.18168.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.47%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=46.47%
G=30.19%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714110900.350.500.1517.7858.763.92
HexD98D6D02332F123b40
Octal33121515504362172273100
Binary1101100110001101110110101000111100101111100101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D6D; }

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

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

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

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

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

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

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

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