#D1A571

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

Shades of Putty #D1A571

Tints of Putty #D1A571

Color information

#D1A571 (or 0xD1A571) is unknown color: approx Putty. HEX triplet: D1, A5 and 71. RGB value is (209,165,113). Sum of RGB (Red+Green+Blue) = 209+165+113=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A571 is #2E5A8E. Grayscale: #ACACAC. Windows color (decimal): -3037839 or 7448017. OLE color: 7448017.

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

Color convert

RGB209165113-
CMYK00.210.460.18
HSL32.5º51.06%63.14%-
HSV(B)32.5º45.93%81.96%-
XYZ42.7341.6621.41-
YUV172.2394.58154.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=42.92%
G=33.88%
B=23.20%

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
Decimal20916511300.210.460.1832.551.0663.14
HexD1A5710152E1221333f
Octal3212451610255622416377
Binary1101000110100101111000101010110111010010100001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A571; }

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

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

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

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

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

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

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

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