#D28969

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

Shades of Copper #D28969

Tints of Copper #D28969

Color information

#D28969 (or 0xD28969) is unknown color: approx Copper. HEX triplet: D2, 89 and 69. RGB value is (210,137,105). Sum of RGB (Red+Green+Blue) = 210+137+105=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D28969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28969 is #2D7696. Grayscale: #9B9B9B. Windows color (decimal): -2979479 or 6916562. OLE color: 6916562.

HSL color Cylindrical-coordinate representation of color #D28969: hue angle of 18.29º degrees, saturation: 0.54, 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 #D28969 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210137105-
CMYK00.350.500.18
HSL18.29º53.85%61.76%-
HSV(B)18.29º50%82.35%-
XYZ38.0732.6117.65-
YUV155.1899.68167.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.46%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=46.46%
G=30.31%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013710500.350.500.1818.2953.8561.76
HexD28969023321212363e
Octal3222111510436222226676
Binary1101001010001001110100101000111100101001010010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28969; }

 p { color: rgb(210,137,105); }

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

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

 a { background-color: rgb(210,137,105); }

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

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

 span { border-color: rgb(210,137,105); }

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