#D98C6B

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

Shades of Copper #D98C6B

Tints of Copper #D98C6B

Color information

#D98C6B (or 0xD98C6B) is unknown color: approx Copper. HEX triplet: D9, 8C and 6B. RGB value is (217,140,107). Sum of RGB (Red+Green+Blue) = 217+140+107=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98C6B is #267394. Grayscale: #9F9F9F. Windows color (decimal): -2519957 or 7048409. OLE color: 7048409.

HSL color Cylindrical-coordinate representation of color #D98C6B: hue angle of 18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D98C6B is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB217140107-
CMYK00.350.510.15
HSL18º59.14%63.53%-
HSV(B)18º50.69%85.1%-
XYZ40.6534.5718.44-
YUV159.2698.51169.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.77%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=46.77%
G=30.17%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714010700.350.510.151859.1463.53
HexD98C6B02333F123b40
Octal33121415304363172273100
Binary1101100110001100110101101000111100111111100101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98C6B; }

 p { color: rgb(217,140,107); }

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

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

 a { background-color: rgb(217,140,107); }

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

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

 span { border-color: rgb(217,140,107); }

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