#D1B46F

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

Shades of Putty #D1B46F

Tints of Putty #D1B46F

Color information

#D1B46F (or 0xD1B46F) is unknown color: approx Putty. HEX triplet: D1, B4 and 6F. RGB value is (209,180,111). Sum of RGB (Red+Green+Blue) = 209+180+111=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B46F is #2E4B90. Grayscale: #B5B5B5. Windows color (decimal): -3034001 or 7320785. OLE color: 7320785.

HSL color Cylindrical-coordinate representation of color #D1B46F: hue angle of 42.24º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1B46F is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB209180111-
CMYK00.140.470.18
HSL42.24º51.58%62.75%-
HSV(B)42.24º46.89%81.96%-
XYZ45.4847.3521.78-
YUV180.888.61148.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.8%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 111 (43.75% from 255) = 22.2%
R=41.8%
G=36%
B=22.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918011100.140.470.1842.2451.5862.75
HexD1B46F0E2F122a343f
Octal3212641570165722526477
Binary110100011011010011011110111010111110010101010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B46F; }

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

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

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

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

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

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

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

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