#D98C6F

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

Shades of Copper #D98C6F

Tints of Copper #D98C6F

Color information

#D98C6F (or 0xD98C6F) is unknown color: approx Copper. HEX triplet: D9, 8C and 6F. RGB value is (217,140,111). Sum of RGB (Red+Green+Blue) = 217+140+111=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98C6F is #267390. Grayscale: #9F9F9F. Windows color (decimal): -2519953 or 7310553. OLE color: 7310553.

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

Color convert

RGB217140111-
CMYK00.350.490.15
HSL16.42º58.24%64.31%-
HSV(B)16.42º48.85%85.1%-
XYZ40.8634.6619.57-
YUV159.72100.51168.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 140 (55.08% from 255) = 29.91%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=46.37%
G=29.91%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714011100.350.490.1516.4258.2464.31
HexD98C6F02331F103a40
Octal33121415704361172072100
Binary1101100110001100110111101000111100011111100001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98C6F; }

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

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

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

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

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

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

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

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