#D48669

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

Shades of Copper #D48669

Tints of Copper #D48669

Color information

#D48669 (or 0xD48669) is unknown color: approx Copper. HEX triplet: D4, 86 and 69. RGB value is (212,134,105). Sum of RGB (Red+Green+Blue) = 212+134+105=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D48669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48669 is #2B7996. Grayscale: #9A9A9A. Windows color (decimal): -2849175 or 6915796. OLE color: 6915796.

HSL color Cylindrical-coordinate representation of color #D48669: hue angle of 16.26º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D48669 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB212134105-
CMYK00.370.500.17
HSL16.26º55.44%62.16%-
HSV(B)16.26º50.47%83.14%-
XYZ38.2332.0717.54-
YUV154.02100.34169.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=47.01%
G=29.71%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213410500.370.500.1716.2655.4462.16
HexD48669025321110373e
Octal3242061510456221206776
Binary1101010010000110110100101001011100101000110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48669; }

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

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

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

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

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

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

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

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