#D6A873

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

Shades of Putty #D6A873

Tints of Putty #D6A873

Color information

#D6A873 (or 0xD6A873) is unknown color: approx Putty. HEX triplet: D6, A8 and 73. RGB value is (214,168,115). Sum of RGB (Red+Green+Blue) = 214+168+115=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A873 is #29578C. Grayscale: #AFAFAF. Windows color (decimal): -2709389 or 7579862. OLE color: 7579862.

HSL color Cylindrical-coordinate representation of color #D6A873: hue angle of 32.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6A873 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB214168115-
CMYK00.210.460.16
HSL32.12º54.7%64.51%-
HSV(B)32.12º46.26%83.92%-
XYZ44.8343.5422.26-
YUV175.7193.74155.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=43.06%
G=33.80%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416811500.210.460.1632.1254.764.51
HexD6A8730152E10203741
Octal32625016302556204067101
Binary11010110101010001110011010101101110100001000001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A873; }

 p { color: rgb(214,168,115); }

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

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

 a { background-color: rgb(214,168,115); }

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

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

 span { border-color: rgb(214,168,115); }

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