#D98467

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

Shades of Copper #D98467

Tints of Copper #D98467

Color information

#D98467 (or 0xD98467) is unknown color: approx Copper. HEX triplet: D9, 84 and 67. RGB value is (217,132,103). Sum of RGB (Red+Green+Blue) = 217+132+103=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D98467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98467 is #267B98. Grayscale: #9A9A9A. Windows color (decimal): -2522009 or 6784217. OLE color: 6784217.

HSL color Cylindrical-coordinate representation of color #D98467: hue angle of 15.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D98467 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217132103-
CMYK00.390.530.15
HSL15.26º60%62.75%-
HSV(B)15.26º52.53%85.1%-
XYZ39.3132.2316.98-
YUV154.1199.16172.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 103 (40.62% from 255) = 22.79%
R=48.01%
G=29.20%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713210300.390.530.1515.266062.75
HexD9846702735Ff3c3f
Octal3312041470476517177477
Binary11011001100001001100111010011111010111111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98467; }

 p { color: rgb(217,132,103); }

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

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

 a { background-color: rgb(217,132,103); }

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

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

 span { border-color: rgb(217,132,103); }

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