#D9B172

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

Shades of Putty #D9B172

Tints of Putty #D9B172

Color information

#D9B172 (or 0xD9B172) is unknown color: approx Putty. HEX triplet: D9, B1 and 72. RGB value is (217,177,114). Sum of RGB (Red+Green+Blue) = 217+177+114=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B172 is #264E8D. Grayscale: #B6B6B6. Windows color (decimal): -2510478 or 7516633. OLE color: 7516633.

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

Color convert

RGB217177114-
CMYK00.180.470.15
HSL36.7º57.54%64.9%-
HSV(B)36.7º47.47%85.1%-
XYZ47.3747.4122.57-
YUV181.7889.75153.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 114 (44.92% from 255) = 22.44%
R=42.72%
G=34.84%
B=22.44%

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
Decimal21717711400.180.470.1536.757.5464.9
HexD9B1720122FF253a41
Octal33126116202257174572101
Binary1101100110110001111001001001010111111111001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B172; }

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

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

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

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

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

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

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

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