#D1B86E

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

Shades of Putty #D1B86E

Tints of Putty #D1B86E

Color information

#D1B86E (or 0xD1B86E) is unknown color: approx Putty. HEX triplet: D1, B8 and 6E. RGB value is (209,184,110). Sum of RGB (Red+Green+Blue) = 209+184+110=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B86E is #2E4791. Grayscale: #B7B7B7. Windows color (decimal): -3032978 or 7256273. OLE color: 7256273.

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

Color convert

RGB209184110-
CMYK00.120.470.18
HSL44.85º51.83%62.55%-
HSV(B)44.85º47.37%81.96%-
XYZ46.2548.9621.76-
YUV183.0486.78146.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.55%
GREEN value IS 184 (72.27% from 255) = 36.58%
BLUE value IS 110 (43.36% from 255) = 21.87%
R=41.55%
G=36.58%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918411000.120.470.1844.8551.8362.55
HexD1B86E0C2F122d343f
Octal3212701560145722556477
Binary110100011011100011011100110010111110010101101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B86E; }

 p { color: rgb(209,184,110); }

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

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

 a { background-color: rgb(209,184,110); }

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

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

 span { border-color: rgb(209,184,110); }

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