#D7A771

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

Shades of Putty #D7A771

Tints of Putty #D7A771

Color information

#D7A771 (or 0xD7A771) is unknown color: approx Putty. HEX triplet: D7, A7 and 71. RGB value is (215,167,113). Sum of RGB (Red+Green+Blue) = 215+167+113=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A771 is #28588E. Grayscale: #AFAFAF. Windows color (decimal): -2644111 or 7448535. OLE color: 7448535.

HSL color Cylindrical-coordinate representation of color #D7A771: hue angle of 31.76º degrees, saturation: 0.56, 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 #D7A771 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB215167113-
CMYK00.220.470.16
HSL31.76º56.04%64.31%-
HSV(B)31.76º47.44%84.31%-
XYZ44.8243.2821.61-
YUV175.292.9156.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.43%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=43.43%
G=33.74%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516711300.220.470.1631.7656.0464.31
HexD7A7710162F10203840
Octal32724716102657204070100
Binary11010111101001111110001010110101111100001000001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A771; }

 p { color: rgb(215,167,113); }

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

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

 a { background-color: rgb(215,167,113); }

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

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

 span { border-color: rgb(215,167,113); }

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