#D5AA76

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

Shades of Putty #D5AA76

Tints of Putty #D5AA76

Color information

#D5AA76 (or 0xD5AA76) is unknown color: approx Putty. HEX triplet: D5, AA and 76. RGB value is (213,170,118). Sum of RGB (Red+Green+Blue) = 213+170+118=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA76 is #2A5589. Grayscale: #B1B1B1. Windows color (decimal): -2774410 or 7776981. OLE color: 7776981.

HSL color Cylindrical-coordinate representation of color #D5AA76: hue angle of 32.84º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5AA76 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213170118-
CMYK00.200.450.16
HSL32.84º53.07%64.9%-
HSV(B)32.84º44.6%83.53%-
XYZ45.0944.223.3-
YUV176.9394.75153.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=42.51%
G=33.93%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317011800.200.450.1632.8453.0764.9
HexD5AA760142D10213541
Octal32525216602455204165101
Binary11010101101010101110110010100101101100001000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AA76; }

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

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

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

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

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

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

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

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