#D9906F

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

Shades of Copper #D9906F

Tints of Copper #D9906F

Color information

#D9906F (or 0xD9906F) is unknown color: approx Copper. HEX triplet: D9, 90 and 6F. RGB value is (217,144,111). Sum of RGB (Red+Green+Blue) = 217+144+111=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9906F is #266F90. Grayscale: #A2A2A2. Windows color (decimal): -2518929 or 7311577. OLE color: 7311577.

HSL color Cylindrical-coordinate representation of color #D9906F: hue angle of 18.68º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9906F is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB217144111-
CMYK00.340.490.15
HSL18.68º58.24%64.31%-
HSV(B)18.68º48.85%85.1%-
XYZ41.4635.8519.77-
YUV162.0699.18167.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=45.97%
G=30.51%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714411100.340.490.1518.6858.2464.31
HexD9906F02231F133a40
Octal33122015704261172372100
Binary1101100110010000110111101000101100011111100111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9906F; }

 p { color: rgb(217,144,111); }

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

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

 a { background-color: rgb(217,144,111); }

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

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

 span { border-color: rgb(217,144,111); }

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