#D9926B

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

Shades of Copper #D9926B

Tints of Copper #D9926B

Color information

#D9926B (or 0xD9926B) is unknown color: approx Copper. HEX triplet: D9, 92 and 6B. RGB value is (217,146,107). Sum of RGB (Red+Green+Blue) = 217+146+107=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9926B is #266D94. Grayscale: #A3A3A3. Windows color (decimal): -2518421 or 7049945. OLE color: 7049945.

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

Color convert

RGB217146107-
CMYK00.330.510.15
HSL21.27º59.14%63.53%-
HSV(B)21.27º50.69%85.1%-
XYZ41.5536.3718.74-
YUV162.7896.52166.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=46.17%
G=31.06%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714610700.330.510.1521.2759.1463.53
HexD9926B02133F153b40
Octal33122215304163172573100
Binary1101100110010010110101101000011100111111101011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9926B; }

 p { color: rgb(217,146,107); }

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

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

 a { background-color: rgb(217,146,107); }

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

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

 span { border-color: rgb(217,146,107); }

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