#D98364

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

Shades of Copper #D98364

Tints of Copper #D98364

Color information

#D98364 (or 0xD98364) is unknown color: approx Copper. HEX triplet: D9, 83 and 64. RGB value is (217,131,100). Sum of RGB (Red+Green+Blue) = 217+131+100=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D98364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98364 is #267C9B. Grayscale: #999999. Windows color (decimal): -2522268 or 6587353. OLE color: 6587353.

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

Color convert

RGB217131100-
CMYK00.400.540.15
HSL15.9º60.62%62.16%-
HSV(B)15.9º53.92%85.1%-
XYZ39.0331.916.16-
YUV153.1897.99173.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 100 (39.45% from 255) = 22.32%
R=48.44%
G=29.24%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713110000.400.540.1515.960.6262.16
HexD9836402836F103d3e
Octal3312031440506617207576
Binary110110011000001111001000101000110110111110000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98364; }

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

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

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

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

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

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

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

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