#D1B171

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

Shades of Putty #D1B171

Tints of Putty #D1B171

Color information

#D1B171 (or 0xD1B171) is unknown color: approx Putty. HEX triplet: D1, B1 and 71. RGB value is (209,177,113). Sum of RGB (Red+Green+Blue) = 209+177+113=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B171 is #2E4E8E. Grayscale: #B3B3B3. Windows color (decimal): -3034767 or 7451089. OLE color: 7451089.

HSL color Cylindrical-coordinate representation of color #D1B171: hue angle of 40º 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 #D1B171 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB209177113-
CMYK00.150.460.18
HSL40º51.06%63.14%-
HSV(B)40º45.93%81.96%-
XYZ4546.1922.17-
YUV179.2790.6149.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.88%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=41.88%
G=35.47%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917711300.150.460.184051.0663.14
HexD1B1710F2E1228333f
Octal3212611610175622506377
Binary110100011011000111100010111110111010010101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B171; }

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

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

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

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

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

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

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

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