#D4B171

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

Shades of Putty #D4B171

Tints of Putty #D4B171

Color information

#D4B171 (or 0xD4B171) is unknown color: approx Putty. HEX triplet: D4, B1 and 71. RGB value is (212,177,113). Sum of RGB (Red+Green+Blue) = 212+177+113=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B171 is #2B4E8E. Grayscale: #B4B4B4. Windows color (decimal): -2838159 or 7451092. OLE color: 7451092.

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

Color convert

RGB212177113-
CMYK00.170.470.17
HSL38.79º53.51%63.73%-
HSV(B)38.79º46.7%83.14%-
XYZ45.8546.6322.21-
YUV180.1790.1150.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.23%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=42.23%
G=35.26%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217711300.170.470.1738.7953.5163.73
HexD4B1710112F11273640
Octal32426116102157214766100
Binary11010100101100011110001010001101111100011001111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B171; }

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

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

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

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

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

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

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

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