#D1B66C

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

Shades of Putty #D1B66C

Tints of Putty #D1B66C

Color information

#D1B66C (or 0xD1B66C) is unknown color: approx Putty. HEX triplet: D1, B6 and 6C. RGB value is (209,182,108). Sum of RGB (Red+Green+Blue) = 209+182+108=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B66C is #2E4993. Grayscale: #B5B5B5. Windows color (decimal): -3033492 or 7124689. OLE color: 7124689.

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

Color convert

RGB209182108-
CMYK00.130.480.18
HSL43.96º52.33%62.16%-
HSV(B)43.96º48.33%81.96%-
XYZ45.7348.0921.06-
YUV181.6486.45147.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.88%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 108 (42.58% from 255) = 21.64%
R=41.88%
G=36.47%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918210800.130.480.1843.9652.3362.16
HexD1B66C0D30122c343e
Octal3212661540156022546476
Binary110100011011011011011000110111000010010101100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B66C; }

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

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

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

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

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

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

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

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