#D18C69

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

Shades of Copper #D18C69

Tints of Copper #D18C69

Color information

#D18C69 (or 0xD18C69) is unknown color: approx Copper. HEX triplet: D1, 8C and 69. RGB value is (209,140,105). Sum of RGB (Red+Green+Blue) = 209+140+105=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18C69 is #2E7396. Grayscale: #9C9C9C. Windows color (decimal): -3044247 or 6917329. OLE color: 6917329.

HSL color Cylindrical-coordinate representation of color #D18C69: hue angle of 20.19º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D18C69 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB209140105-
CMYK00.330.500.18
HSL20.19º53.06%61.57%-
HSV(B)20.19º49.76%81.96%-
XYZ38.2233.3317.78-
YUV156.6498.86165.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.04%
GREEN value IS 140 (55.08% from 255) = 30.84%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=46.04%
G=30.84%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914010500.330.500.1820.1953.0661.57
HexD18C69021321214353e
Octal3212141510416222246576
Binary1101000110001100110100101000011100101001010100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18C69; }

 p { color: rgb(209,140,105); }

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

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

 a { background-color: rgb(209,140,105); }

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

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

 span { border-color: rgb(209,140,105); }

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