#D1A671

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

Shades of Putty #D1A671

Tints of Putty #D1A671

Color information

#D1A671 (or 0xD1A671) is unknown color: approx Putty. HEX triplet: D1, A6 and 71. RGB value is (209,166,113). Sum of RGB (Red+Green+Blue) = 209+166+113=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A671 is #2E598E. Grayscale: #ADADAD. Windows color (decimal): -3037583 or 7448273. OLE color: 7448273.

HSL color Cylindrical-coordinate representation of color #D1A671: hue angle of 33.13º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1A671 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB209166113-
CMYK00.210.460.18
HSL33.13º51.06%63.14%-
HSV(B)33.13º45.93%81.96%-
XYZ42.9142.0221.47-
YUV172.8294.25153.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=42.83%
G=34.02%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916611300.210.460.1833.1351.0663.14
HexD1A6710152E1221333f
Octal3212461610255622416377
Binary1101000110100110111000101010110111010010100001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A671; }

 p { color: rgb(209,166,113); }

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

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

 a { background-color: rgb(209,166,113); }

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

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

 span { border-color: rgb(209,166,113); }

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