#D1AD74

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

Shades of Putty #D1AD74

Tints of Putty #D1AD74

Color information

#D1AD74 (or 0xD1AD74) is unknown color: approx Putty. HEX triplet: D1, AD and 74. RGB value is (209,173,116). Sum of RGB (Red+Green+Blue) = 209+173+116=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD74 is #2E528B. Grayscale: #B1B1B1. Windows color (decimal): -3035788 or 7646673. OLE color: 7646673.

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

Color convert

RGB209173116-
CMYK00.170.440.18
HSL36.77º50.27%63.73%-
HSV(B)36.77º44.5%81.96%-
XYZ44.3944.722.81-
YUV177.2793.43150.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.97%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 116 (45.70% from 255) = 23.29%
R=41.97%
G=34.74%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917311600.170.440.1836.7750.2763.73
HexD1AD740112C12253240
Octal32125516402154224562100
Binary11010001101011011110100010001101100100101001011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AD74; }

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

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

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

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

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

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

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

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