#D9B173

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

Shades of Putty #D9B173

Tints of Putty #D9B173

Color information

#D9B173 (or 0xD9B173) is unknown color: approx Putty. HEX triplet: D9, B1 and 73. RGB value is (217,177,115). Sum of RGB (Red+Green+Blue) = 217+177+115=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B173 is #264E8C. Grayscale: #B6B6B6. Windows color (decimal): -2510477 or 7582169. OLE color: 7582169.

HSL color Cylindrical-coordinate representation of color #D9B173: hue angle of 36.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9B173 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB217177115-
CMYK00.180.470.15
HSL36.47º57.3%65.1%-
HSV(B)36.47º47%85.1%-
XYZ47.4347.4322.88-
YUV181.8990.25153.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 115 (45.31% from 255) = 22.59%
R=42.63%
G=34.77%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717711500.180.470.1536.4757.365.1
HexD9B1730122FF243941
Octal33126116302257174471101
Binary1101100110110001111001101001010111111111001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B173; }

 p { color: rgb(217,177,115); }

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

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

 a { background-color: rgb(217,177,115); }

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

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

 span { border-color: rgb(217,177,115); }

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