#D7AD71

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

Shades of Putty #D7AD71

Tints of Putty #D7AD71

Color information

#D7AD71 (or 0xD7AD71) is unknown color: approx Putty. HEX triplet: D7, AD and 71. RGB value is (215,173,113). Sum of RGB (Red+Green+Blue) = 215+173+113=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD71 is #28528E. Grayscale: #B3B3B3. Windows color (decimal): -2642575 or 7450071. OLE color: 7450071.

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

Color convert

RGB215173113-
CMYK00.200.470.16
HSL35.29º56.04%64.31%-
HSV(B)35.29º47.44%84.31%-
XYZ45.9545.5321.99-
YUV178.7290.91153.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 113 (44.53% from 255) = 22.55%
R=42.91%
G=34.53%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517311300.200.470.1635.2956.0464.31
HexD7AD710142F10233840
Octal32725516102457204370100
Binary11010111101011011110001010100101111100001000111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AD71; }

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

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

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

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

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

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

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

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