#D1B471

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

Shades of Putty #D1B471

Tints of Putty #D1B471

Color information

#D1B471 (or 0xD1B471) is unknown color: approx Putty. HEX triplet: D1, B4 and 71. RGB value is (209,180,113). Sum of RGB (Red+Green+Blue) = 209+180+113=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B471 is #2E4B8E. Grayscale: #B5B5B5. Windows color (decimal): -3033999 or 7451857. OLE color: 7451857.

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

Color convert

RGB209180113-
CMYK00.140.460.18
HSL41.88º51.06%63.14%-
HSV(B)41.88º45.93%81.96%-
XYZ45.647.3922.37-
YUV181.0389.61147.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.63%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=41.63%
G=35.86%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918011300.140.460.1841.8851.0663.14
HexD1B4710E2E122a333f
Octal3212641610165622526377
Binary110100011011010011100010111010111010010101010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B471; }

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

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

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

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

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

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

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

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