#D5AA77

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

Shades of Putty #D5AA77

Tints of Putty #D5AA77

Color information

#D5AA77 (or 0xD5AA77) is unknown color: approx Putty. HEX triplet: D5, AA and 77. RGB value is (213,170,119). Sum of RGB (Red+Green+Blue) = 213+170+119=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA77 is #2A5588. Grayscale: #B1B1B1. Windows color (decimal): -2774409 or 7842517. OLE color: 7842517.

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

Color convert

RGB213170119-
CMYK00.200.440.16
HSL32.55º52.81%65.1%-
HSV(B)32.55º44.13%83.53%-
XYZ45.1544.2323.61-
YUV177.0495.25153.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 119 (46.88% from 255) = 23.71%
R=42.43%
G=33.86%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317011900.200.440.1632.5552.8165.1
HexD5AA770142C10213541
Octal32525216702454204165101
Binary11010101101010101110111010100101100100001000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AA77; }

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

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

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

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

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

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

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

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