#D1AD77

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

Shades of Putty #D1AD77

Tints of Putty #D1AD77

Color information

#D1AD77 (or 0xD1AD77) is unknown color: approx Putty. HEX triplet: D1, AD and 77. RGB value is (209,173,119). Sum of RGB (Red+Green+Blue) = 209+173+119=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD77 is #2E5288. Grayscale: #B1B1B1. Windows color (decimal): -3035785 or 7843281. OLE color: 7843281.

HSL color Cylindrical-coordinate representation of color #D1AD77: hue angle of 36º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1AD77 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB209173119-
CMYK00.170.430.18
HSL36º49.45%64.31%-
HSV(B)36º43.06%81.96%-
XYZ44.5744.7723.75-
YUV177.6194.93150.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.72%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 119 (46.88% from 255) = 23.75%
R=41.72%
G=34.53%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917311900.170.430.183649.4564.31
HexD1AD770112B12243140
Octal32125516702153224461100
Binary11010001101011011110111010001101011100101001001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AD77; }

 p { color: rgb(209,173,119); }

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

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

 a { background-color: rgb(209,173,119); }

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

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

 span { border-color: rgb(209,173,119); }

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