#D48B69

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

Shades of Copper #D48B69

Tints of Copper #D48B69

Color information

#D48B69 (or 0xD48B69) is unknown color: approx Copper. HEX triplet: D4, 8B and 69. RGB value is (212,139,105). Sum of RGB (Red+Green+Blue) = 212+139+105=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48B69 is #2B7496. Grayscale: #9D9D9D. Windows color (decimal): -2847895 or 6917076. OLE color: 6917076.

HSL color Cylindrical-coordinate representation of color #D48B69: hue angle of 19.07º 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 #D48B69 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB212139105-
CMYK00.340.500.17
HSL19.07º55.44%62.16%-
HSV(B)19.07º50.47%83.14%-
XYZ38.9333.4817.78-
YUV156.9598.68167.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.49%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=46.49%
G=30.48%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213910500.340.500.1719.0755.4462.16
HexD48B69022321113373e
Octal3242131510426221236776
Binary1101010010001011110100101000101100101000110011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48B69; }

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

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

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

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

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

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

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

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