#D98D69

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

Shades of Copper #D98D69

Tints of Copper #D98D69

Color information

#D98D69 (or 0xD98D69) is unknown color: approx Copper. HEX triplet: D9, 8D and 69. RGB value is (217,141,105). Sum of RGB (Red+Green+Blue) = 217+141+105=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D69 is #267296. Grayscale: #9F9F9F. Windows color (decimal): -2519703 or 6917593. OLE color: 6917593.

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

Color convert

RGB217141105-
CMYK00.350.520.15
HSL19.29º59.57%63.14%-
HSV(B)19.29º51.61%85.1%-
XYZ40.6934.8217.94-
YUV159.6297.18168.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=46.87%
G=30.45%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714110500.350.520.1519.2959.5763.14
HexD98D6902334F133c3f
Octal3312151510436417237477
Binary110110011000110111010010100011110100111110011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D69; }

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

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

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

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

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

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

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

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