#D1B175

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

Shades of Putty #D1B175

Tints of Putty #D1B175

Color information

#D1B175 (or 0xD1B175) is unknown color: approx Putty. HEX triplet: D1, B1 and 75. RGB value is (209,177,117). Sum of RGB (Red+Green+Blue) = 209+177+117=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B175 is #2E4E8A. Grayscale: #B4B4B4. Windows color (decimal): -3034763 or 7713233. OLE color: 7713233.

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

Color convert

RGB209177117-
CMYK00.150.440.18
HSL39.13º50%63.92%-
HSV(B)39.13º44.02%81.96%-
XYZ45.2346.2823.38-
YUV179.7392.6148.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.55%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=41.55%
G=35.19%
B=23.26%

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
Decimal20917711700.150.440.1839.135063.92
HexD1B1750F2C12273240
Octal32126116501754224762100
Binary1101000110110001111010101111101100100101001111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B175; }

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

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

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

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

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

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

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

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