#D1AB73

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

Shades of Putty #D1AB73

Tints of Putty #D1AB73

Color information

#D1AB73 (or 0xD1AB73) is unknown color: approx Putty. HEX triplet: D1, AB and 73. RGB value is (209,171,115). Sum of RGB (Red+Green+Blue) = 209+171+115=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB73 is #2E548C. Grayscale: #B0B0B0. Windows color (decimal): -3036301 or 7580625. OLE color: 7580625.

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

Color convert

RGB209171115-
CMYK00.180.450.18
HSL35.74º50.54%63.53%-
HSV(B)35.74º44.98%81.96%-
XYZ43.9543.9222.38-
YUV175.9893.59151.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 115 (45.31% from 255) = 23.23%
R=42.22%
G=34.55%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917111500.180.450.1835.7450.5463.53
HexD1AB730122D12243340
Octal32125316302255224463100
Binary11010001101010111110011010010101101100101001001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB73; }

 p { color: rgb(209,171,115); }

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

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

 a { background-color: rgb(209,171,115); }

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

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

 span { border-color: rgb(209,171,115); }

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