#D5AA71

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

Shades of Putty #D5AA71

Tints of Putty #D5AA71

Color information

#D5AA71 (or 0xD5AA71) is unknown color: approx Putty. HEX triplet: D5, AA and 71. RGB value is (213,170,113). Sum of RGB (Red+Green+Blue) = 213+170+113=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA71 is #2A558E. Grayscale: #B0B0B0. Windows color (decimal): -2774415 or 7449301. OLE color: 7449301.

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

Color convert

RGB213170113-
CMYK00.200.470.16
HSL34.2º54.35%63.92%-
HSV(B)34.2º46.95%83.53%-
XYZ44.844.0921.77-
YUV176.3692.25154.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=42.94%
G=34.27%
B=22.78%

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
Decimal21317011300.200.470.1634.254.3563.92
HexD5AA710142F10223640
Octal32525216102457204266100
Binary11010101101010101110001010100101111100001000101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AA71; }

 p { color: rgb(213,170,113); }

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

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

 a { background-color: rgb(213,170,113); }

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

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

 span { border-color: rgb(213,170,113); }

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