#D98A5E

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

Shades of Copper #D98A5E

Tints of Copper #D98A5E

Color information

#D98A5E (or 0xD98A5E) is unknown color: approx Copper. HEX triplet: D9, 8A and 5E. RGB value is (217,138,94). Sum of RGB (Red+Green+Blue) = 217+138+94=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98A5E is #2675A1. Grayscale: #9C9C9C. Windows color (decimal): -2520482 or 6195929. OLE color: 6195929.

HSL color Cylindrical-coordinate representation of color #D98A5E: hue angle of 21.46º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D98A5E is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21713894-
CMYK00.360.570.15
HSL21.46º61.81%60.98%-
HSV(B)21.46º56.68%85.1%-
XYZ39.7233.7415.01-
YUV156.6192.67171.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 138 (54.30% from 255) = 30.73%
BLUE value IS 94 (37.11% from 255) = 20.94%
R=48.33%
G=30.73%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171389400.360.570.1521.4661.8160.98
HexD98A5E02439F153e3d
Octal3312121360447117257675
Binary110110011000101010111100100100111001111110101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A5E; }

 p { color: rgb(217,138,94); }

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

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

 a { background-color: rgb(217,138,94); }

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

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

 span { border-color: rgb(217,138,94); }

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