#d1ad73

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

Shades of Putty #D1AD73

Tints of Putty #D1AD73

Color information

#D1AD73 (or 0xD1AD73) is unknown color: approx Putty. HEX triplet: D1, AD and 73. RGB value is (209,173,115). Sum of RGB (Red+Green+Blue) = 209+173+115=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD73 is #2E528C. Grayscale: #B1B1B1. Windows color (decimal): -3035789 or 7581137. OLE color: 7581137.

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

Color convert

RGB209173115-
CMYK00.170.450.18
HSL37.02º50.54%63.53%-
HSV(B)37.02º44.98%81.96%-
XYZ44.3344.6822.51-
YUV177.1592.93150.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.05%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=42.05%
G=34.81%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917311500.170.450.1837.0250.5463.53
HexD1AD730112D12253340
Octal32125516302155224563100
Binary11010001101011011110011010001101101100101001011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1ad73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1ad73; }

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

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

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

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

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

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

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

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