#D98B6D

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

Shades of Copper #D98B6D

Tints of Copper #D98B6D

Color information

#D98B6D (or 0xD98B6D) is unknown color: approx Copper. HEX triplet: D9, 8B and 6D. RGB value is (217,139,109). Sum of RGB (Red+Green+Blue) = 217+139+109=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D98B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98B6D is #267492. Grayscale: #9F9F9F. Windows color (decimal): -2520211 or 7179225. OLE color: 7179225.

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

Color convert

RGB217139109-
CMYK00.360.500.15
HSL16.67º58.7%63.92%-
HSV(B)16.67º49.77%85.1%-
XYZ40.6134.3218.95-
YUV158.999.84169.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 139 (54.69% from 255) = 29.89%
BLUE value IS 109 (42.97% from 255) = 23.44%
R=46.67%
G=29.89%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713910900.360.500.1516.6758.763.92
HexD98B6D02432F113b40
Octal33121315504462172173100
Binary1101100110001011110110101001001100101111100011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98B6D; }

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

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

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

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

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

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

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

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