#D9875F

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

Shades of Copper #D9875F

Tints of Copper #D9875F

Color information

#D9875F (or 0xD9875F) is unknown color: approx Copper. HEX triplet: D9, 87 and 5F. RGB value is (217,135,95). Sum of RGB (Red+Green+Blue) = 217+135+95=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D9875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9875F is #2678A0. Grayscale: #9B9B9B. Windows color (decimal): -2521249 or 6260697. OLE color: 6260697.

HSL color Cylindrical-coordinate representation of color #D9875F: hue angle of 19.67º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9875F is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21713595-
CMYK00.380.560.15
HSL19.67º61.62%61.18%-
HSV(B)19.67º56.22%85.1%-
XYZ39.3432.9115.1-
YUV154.9694.17172.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 95 (37.5% from 255) = 21.25%
R=48.55%
G=30.20%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171359500.380.560.1519.6761.6261.18
HexD9875F02638F143e3d
Octal3312071370467017247675
Binary110110011000011110111110100110111000111110100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9875F; }

 p { color: rgb(217,135,95); }

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

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

 a { background-color: rgb(217,135,95); }

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

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

 span { border-color: rgb(217,135,95); }

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