#D1AB75

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

Shades of Putty #D1AB75

Tints of Putty #D1AB75

Color information

#D1AB75 (or 0xD1AB75) is unknown color: approx Putty. HEX triplet: D1, AB and 75. RGB value is (209,171,117). Sum of RGB (Red+Green+Blue) = 209+171+117=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB75 is #2E548A. Grayscale: #B0B0B0. Windows color (decimal): -3036299 or 7711697. OLE color: 7711697.

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

Color convert

RGB209171117-
CMYK00.180.440.18
HSL35.22º50%63.92%-
HSV(B)35.22º44.02%81.96%-
XYZ44.0743.9722.99-
YUV176.2194.59151.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.05%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=42.05%
G=34.41%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917111700.180.440.1835.225063.92
HexD1AB750122C12233240
Octal32125316502254224362100
Binary11010001101010111110101010010101100100101000111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB75; }

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

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

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

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

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

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

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

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