#D1B174

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

Shades of Putty #D1B174

Tints of Putty #D1B174

Color information

#D1B174 (or 0xD1B174) is unknown color: approx Putty. HEX triplet: D1, B1 and 74. RGB value is (209,177,116). Sum of RGB (Red+Green+Blue) = 209+177+116=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B174 is #2E4E8B. Grayscale: #B3B3B3. Windows color (decimal): -3034764 or 7647697. OLE color: 7647697.

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

Color convert

RGB209177116-
CMYK00.150.440.18
HSL39.35º50.27%63.73%-
HSV(B)39.35º44.5%81.96%-
XYZ45.1746.2623.07-
YUV179.6192.1148.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.63%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 116 (45.70% from 255) = 23.11%
R=41.63%
G=35.26%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917711600.150.440.1839.3550.2763.73
HexD1B1740F2C12273240
Octal32126116401754224762100
Binary1101000110110001111010001111101100100101001111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B174; }

 p { color: rgb(209,177,116); }

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

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

 a { background-color: rgb(209,177,116); }

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

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

 span { border-color: rgb(209,177,116); }

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