#D1AC75

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

Shades of Putty #D1AC75

Tints of Putty #D1AC75

Color information

#D1AC75 (or 0xD1AC75) is unknown color: approx Putty. HEX triplet: D1, AC and 75. RGB value is (209,172,117). Sum of RGB (Red+Green+Blue) = 209+172+117=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC75 is #2E538A. Grayscale: #B1B1B1. Windows color (decimal): -3036043 or 7711953. OLE color: 7711953.

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

Color convert

RGB209172117-
CMYK00.180.440.18
HSL35.87º50%63.92%-
HSV(B)35.87º44.02%81.96%-
XYZ44.2644.3423.06-
YUV176.7994.26150.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.97%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 117 (46.09% from 255) = 23.49%
R=41.97%
G=34.54%
B=23.49%

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
Decimal20917211700.180.440.1835.875063.92
HexD1AC750122C12243240
Octal32125416502254224462100
Binary11010001101011001110101010010101100100101001001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AC75; }

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

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

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

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

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

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

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

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