#D1A975

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

Shades of Putty #D1A975

Tints of Putty #D1A975

Color information

#D1A975 (or 0xD1A975) is unknown color: approx Putty. HEX triplet: D1, A9 and 75. RGB value is (209,169,117). Sum of RGB (Red+Green+Blue) = 209+169+117=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A975 is #2E568A. Grayscale: #AFAFAF. Windows color (decimal): -3036811 or 7711185. OLE color: 7711185.

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

Color convert

RGB209169117-
CMYK00.190.440.18
HSL33.91º50%63.92%-
HSV(B)33.91º44.02%81.96%-
XYZ43.6943.2222.87-
YUV175.0395.25152.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 169 (66.41% from 255) = 34.14%
BLUE value IS 117 (46.09% from 255) = 23.64%
R=42.22%
G=34.14%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916911700.190.440.1833.915063.92
HexD1A9750132C12223240
Octal32125116502354224262100
Binary11010001101010011110101010011101100100101000101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A975; }

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

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

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

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

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

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

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

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