#D1B971

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

Shades of Putty #D1B971

Tints of Putty #D1B971

Color information

#D1B971 (or 0xD1B971) is unknown color: approx Putty. HEX triplet: D1, B9 and 71. RGB value is (209,185,113). Sum of RGB (Red+Green+Blue) = 209+185+113=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B971 is #2E468E. Grayscale: #B8B8B8. Windows color (decimal): -3032719 or 7453137. OLE color: 7453137.

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

Color convert

RGB209185113-
CMYK00.110.460.18
HSL45º51.06%63.14%-
HSV(B)45º45.93%81.96%-
XYZ46.6249.4522.71-
YUV183.9787.95145.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.22%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 113 (44.53% from 255) = 22.29%
R=41.22%
G=36.49%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918511300.110.460.184551.0663.14
HexD1B9710B2E122d333f
Octal3212711610135622556377
Binary110100011011100111100010101110111010010101101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B971; }

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

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

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

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

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

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

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

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