#D1B76C

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

Shades of Putty #D1B76C

Tints of Putty #D1B76C

Color information

#D1B76C (or 0xD1B76C) is unknown color: approx Putty. HEX triplet: D1, B7 and 6C. RGB value is (209,183,108). Sum of RGB (Red+Green+Blue) = 209+183+108=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B76C is #2E4893. Grayscale: #B6B6B6. Windows color (decimal): -3033236 or 7124945. OLE color: 7124945.

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

Color convert

RGB209183108-
CMYK00.120.480.18
HSL44.55º52.33%62.16%-
HSV(B)44.55º48.33%81.96%-
XYZ45.9348.521.13-
YUV182.2286.11147.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.8%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 108 (42.58% from 255) = 21.6%
R=41.8%
G=36.6%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918310800.120.480.1844.5552.3362.16
HexD1B76C0C30122d343e
Octal3212671540146022556476
Binary110100011011011111011000110011000010010101101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B76C; }

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

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

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

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

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

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

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

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