#D98769

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

Shades of Copper #D98769

Tints of Copper #D98769

Color information

#D98769 (or 0xD98769) is unknown color: approx Copper. HEX triplet: D9, 87 and 69. RGB value is (217,135,105). Sum of RGB (Red+Green+Blue) = 217+135+105=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D98769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98769 is #267896. Grayscale: #9C9C9C. Windows color (decimal): -2521239 or 6916057. OLE color: 6916057.

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

Color convert

RGB217135105-
CMYK00.380.520.15
HSL16.07º59.57%63.14%-
HSV(B)16.07º51.61%85.1%-
XYZ39.8333.117.65-
YUV156.199.17171.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.48%
GREEN value IS 135 (53.12% from 255) = 29.54%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=47.48%
G=29.54%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713510500.380.520.1516.0759.5763.14
HexD9876902634F103c3f
Octal3312071510466417207477
Binary110110011000011111010010100110110100111110000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98769; }

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

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

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

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

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

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

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

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