#D98469

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

Shades of Copper #D98469

Tints of Copper #D98469

Color information

#D98469 (or 0xD98469) is unknown color: approx Copper. HEX triplet: D9, 84 and 69. RGB value is (217,132,105). Sum of RGB (Red+Green+Blue) = 217+132+105=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D98469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98469 is #267B96. Grayscale: #9A9A9A. Windows color (decimal): -2522007 or 6915289. OLE color: 6915289.

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

Color convert

RGB217132105-
CMYK00.390.520.15
HSL14.46º59.57%63.14%-
HSV(B)14.46º51.61%85.1%-
XYZ39.4232.2717.52-
YUV154.34100.16172.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.80%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=47.80%
G=29.07%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713210500.390.520.1514.4659.5763.14
HexD9846902734Fe3c3f
Octal3312041510476417167477
Binary11011001100001001101001010011111010011111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98469; }

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

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

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

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

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

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

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

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