#D98A64

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

Shades of Copper #D98A64

Tints of Copper #D98A64

Color information

#D98A64 (or 0xD98A64) is unknown color: approx Copper. HEX triplet: D9, 8A and 64. RGB value is (217,138,100). Sum of RGB (Red+Green+Blue) = 217+138+100=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98A64 is #26759B. Grayscale: #9D9D9D. Windows color (decimal): -2520476 or 6589145. OLE color: 6589145.

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

Color convert

RGB217138100-
CMYK00.360.540.15
HSL19.49º60.62%62.16%-
HSV(B)19.49º53.92%85.1%-
XYZ4033.8516.48-
YUV157.2995.67170.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.69%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=47.69%
G=30.33%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713810000.360.540.1519.4960.6262.16
HexD98A6402436F133d3e
Octal3312121440446617237576
Binary110110011000101011001000100100110110111110011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A64; }

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

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

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

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

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

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

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

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