#D5B171

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

Shades of Putty #D5B171

Tints of Putty #D5B171

Color information

#D5B171 (or 0xD5B171) is unknown color: approx Putty. HEX triplet: D5, B1 and 71. RGB value is (213,177,113). Sum of RGB (Red+Green+Blue) = 213+177+113=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B171 is #2A4E8E. Grayscale: #B4B4B4. Windows color (decimal): -2772623 or 7451093. OLE color: 7451093.

HSL color Cylindrical-coordinate representation of color #D5B171: hue angle of 38.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5B171 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB213177113-
CMYK00.170.470.16
HSL38.4º54.35%63.92%-
HSV(B)38.4º46.95%83.53%-
XYZ46.1446.7822.22-
YUV180.4789.93151.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=42.35%
G=35.19%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317711300.170.470.1638.454.3563.92
HexD5B1710112F10263640
Octal32526116102157204666100
Binary11010101101100011110001010001101111100001001101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B171; }

 p { color: rgb(213,177,113); }

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

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

 a { background-color: rgb(213,177,113); }

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

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

 span { border-color: rgb(213,177,113); }

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