#D1B773

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

Shades of Putty #D1B773

Tints of Putty #D1B773

Color information

#D1B773 (or 0xD1B773) is unknown color: approx Putty. HEX triplet: D1, B7 and 73. RGB value is (209,183,115). Sum of RGB (Red+Green+Blue) = 209+183+115=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B773 is #2E488C. Grayscale: #B7B7B7. Windows color (decimal): -3033229 or 7583697. OLE color: 7583697.

HSL color Cylindrical-coordinate representation of color #D1B773: hue angle of 43.4º 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 #D1B773 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB209183115-
CMYK00.120.450.18
HSL43.4º50.54%63.53%-
HSV(B)43.4º44.98%81.96%-
XYZ46.3248.6623.17-
YUV183.0289.61146.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.22%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 115 (45.31% from 255) = 22.68%
R=41.22%
G=36.09%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918311500.120.450.1843.450.5463.53
HexD1B7730C2D122b3340
Octal32126716301455225363100
Binary1101000110110111111001101100101101100101010111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B773; }

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

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

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

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

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

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

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

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