#D98D64

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

Shades of Copper #D98D64

Tints of Copper #D98D64

Color information

#D98D64 (or 0xD98D64) is unknown color: approx Copper. HEX triplet: D9, 8D and 64. RGB value is (217,141,100). Sum of RGB (Red+Green+Blue) = 217+141+100=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D64 is #26729B. Grayscale: #9F9F9F. Windows color (decimal): -2519708 or 6589913. OLE color: 6589913.

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

Color convert

RGB217141100-
CMYK00.350.540.15
HSL21.03º60.62%62.16%-
HSV(B)21.03º53.92%85.1%-
XYZ40.4434.7216.63-
YUV159.0594.68169.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.38%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=47.38%
G=30.79%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714110000.350.540.1521.0360.6262.16
HexD98D6402336F153d3e
Octal3312151440436617257576
Binary110110011000110111001000100011110110111110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D64; }

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

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

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

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

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

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

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

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