#D7A971

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

Shades of Putty #D7A971

Tints of Putty #D7A971

Color information

#D7A971 (or 0xD7A971) is unknown color: approx Putty. HEX triplet: D7, A9 and 71. RGB value is (215,169,113). Sum of RGB (Red+Green+Blue) = 215+169+113=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A971 is #28568E. Grayscale: #B0B0B0. Windows color (decimal): -2643599 or 7449047. OLE color: 7449047.

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

Color convert

RGB215169113-
CMYK00.210.470.16
HSL32.94º56.04%64.31%-
HSV(B)32.94º47.44%84.31%-
XYZ45.1944.0221.74-
YUV176.3792.24155.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.26%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=43.26%
G=34.00%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516911300.210.470.1632.9456.0464.31
HexD7A9710152F10213840
Octal32725116102557204170100
Binary11010111101010011110001010101101111100001000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A971; }

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

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

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

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

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

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

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

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