#D7AC71

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

Shades of Putty #D7AC71

Tints of Putty #D7AC71

Color information

#D7AC71 (or 0xD7AC71) is unknown color: approx Putty. HEX triplet: D7, AC and 71. RGB value is (215,172,113). Sum of RGB (Red+Green+Blue) = 215+172+113=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC71 is #28538E. Grayscale: #B2B2B2. Windows color (decimal): -2642831 or 7449815. OLE color: 7449815.

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

Color convert

RGB215172113-
CMYK00.20.470.16
HSL34.71º56.04%64.31%-
HSV(B)34.71º47.44%84.31%-
XYZ45.7645.1421.92-
YUV178.1391.25154.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=43%
G=34.4%
B=22.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517211300.20.470.1634.7156.0464.31
HexD7AC710142F10233840
Octal32725416102457204370100
Binary11010111101011001110001010100101111100001000111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC71; }

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

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

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

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

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

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

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

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