#D1A775

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

Shades of Putty #D1A775

Tints of Putty #D1A775

Color information

#D1A775 (or 0xD1A775) is unknown color: approx Putty. HEX triplet: D1, A7 and 75. RGB value is (209,167,117). Sum of RGB (Red+Green+Blue) = 209+167+117=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A775 is #2E588A. Grayscale: #AEAEAE. Windows color (decimal): -3037323 or 7710673. OLE color: 7710673.

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

Color convert

RGB209167117-
CMYK00.200.440.18
HSL32.61º50%63.92%-
HSV(B)32.61º44.02%81.96%-
XYZ43.3242.4822.75-
YUV173.8695.91153.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=42.39%
G=33.87%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916711700.200.440.1832.615063.92
HexD1A7750142C12213240
Octal32124716502454224162100
Binary11010001101001111110101010100101100100101000011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A775; }

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

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

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

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

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

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

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

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