#D98669

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

Shades of Copper #D98669

Tints of Copper #D98669

Color information

#D98669 (or 0xD98669) is unknown color: approx Copper. HEX triplet: D9, 86 and 69. RGB value is (217,134,105). Sum of RGB (Red+Green+Blue) = 217+134+105=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D98669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98669 is #267996. Grayscale: #9B9B9B. Windows color (decimal): -2521495 or 6915801. OLE color: 6915801.

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

Color convert

RGB217134105-
CMYK00.380.520.15
HSL15.54º59.57%63.14%-
HSV(B)15.54º51.61%85.1%-
XYZ39.6932.8217.61-
YUV155.5199.5171.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.59%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=47.59%
G=29.39%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713410500.380.520.1515.5459.5763.14
HexD9866902634F103c3f
Octal3312061510466417207477
Binary110110011000011011010010100110110100111110000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98669; }

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

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

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

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

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

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

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

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