#D1B473

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

Shades of Putty #D1B473

Tints of Putty #D1B473

Color information

#D1B473 (or 0xD1B473) is unknown color: approx Putty. HEX triplet: D1, B4 and 73. RGB value is (209,180,115). Sum of RGB (Red+Green+Blue) = 209+180+115=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B473 is #2E4B8C. Grayscale: #B5B5B5. Windows color (decimal): -3033997 or 7582929. OLE color: 7582929.

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

Color convert

RGB209180115-
CMYK00.140.450.18
HSL41.49º50.54%63.53%-
HSV(B)41.49º44.98%81.96%-
XYZ45.7147.4422.97-
YUV181.2690.61147.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 115 (45.31% from 255) = 22.82%
R=41.47%
G=35.71%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918011500.140.450.1841.4950.5463.53
HexD1B4730E2D12293340
Octal32126416301655225163100
Binary1101000110110100111001101110101101100101010011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B473; }

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

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

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

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

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

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

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

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