#D99066

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

Shades of Copper #D99066

Tints of Copper #D99066

Color information

#D99066 (or 0xD99066) is unknown color: approx Copper. HEX triplet: D9, 90 and 66. RGB value is (217,144,102). Sum of RGB (Red+Green+Blue) = 217+144+102=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D99066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99066 is #266F99. Grayscale: #A1A1A1. Windows color (decimal): -2518938 or 6721753. OLE color: 6721753.

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

Color convert

RGB217144102-
CMYK00.340.530.15
HSL21.91º60.21%62.55%-
HSV(B)21.91º53%85.1%-
XYZ40.9935.6617.29-
YUV161.0494.68167.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=46.87%
G=31.10%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714410200.340.530.1521.9160.2162.55
HexD9906602235F163c3f
Octal3312201460426517267477
Binary110110011001000011001100100010110101111110110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99066; }

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

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

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

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

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

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

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

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